postcss-initial
postcss-initial copied to clipboard
any plans to also support "unset"?
or at least can I shamelessly copy this file to make my own plugin?
https://github.com/maximkoretskiy/postcss-initial/blob/master/lib/decls.json
should be trivial since the data contains which properties are inherited right?
do all the "inherited": true properties match the css spec?
@MathGeniusJodie I know this is an old issue but we finally added support for unset in a new plugin here: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value
It is bundled with preset-env as well.
awesome!