makkabi
Results
2
comments of
makkabi
+1, I tried to replace postcss with lightningcss, but I'm missing three things: 1. Support for browserslist in package-json (use --target instead) 2. No built-in watch-mode (I use the onchange...
> In the meantime, you can use bash scripting or something like the `find` command to process multiple files: > > ```shell > find . -name '*.css' -exec lightningcss {}...