* Update deps * Fix usage of postcss config file in standalone CLI The config file created with `--postcss` would fail because we didn’t stub require to load `tailwindcss` or `autoprefixer` when we should. * Update tests * WIP