Romain Menke
Romain Menke
Little tool I wrote to manage compressing an entire folder: [https://github.com/romainmenke/simple-guetzli](https://github.com/romainmenke/simple-guetzli) It doesn't do overwrites but it does saves you time by tracking which files have already been compressed.
@gtuk c++ is not my strong suit, thought I would get the ball rolling by adding the flag to the cli already. Do you have a reference for the method...
see : https://github.com/argyleink/open-props/pull/235 > i also tried just updating cssnano, and that's enough to fix https://github.com/argyleink/open-props/issues/233. what do you think of a pr for updating cssnano and then this one...
> think its worth updating the other postcss packages while this is updating preset-env? ``` npm outdated Package Current Wanted Latest Location Depended by ava 3.15.0 3.15.0 4.2.0 node_modules/ava open-props...
@emilyrohrbough Took a while but there is a new flag ([`overrideImportFromWithRoot: true`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties#overrideimportfromwithroot)) to control this behaviour.
We switched to a different parser that handles this better. This is fixed and tests have been added for it.
@demonguyj Can you try with the latest version? This might be fixed.
Note : only works when executing postcss from a module context.
This should be fixed as we switched to a different value parser.
`importFrom` can already be a string that is a file path. Overloading this option even more to also possible be a css string would make it overly complicated.