maximkoretskiy / postcss-initial

PostCSS plugin to fallback initial keyword
MIT License
187 stars 11 forks source link

Feature request: option to exclude `all` property using reset: 'none'; #49

Open carlosjeurissen opened 2 years ago

carlosjeurissen commented 2 years ago

To prevent code bloat, excluding the all property from being handled by postcss-initial.

This can be implemented by adding the value 'none' for the reset option.

Potentially fixes https://github.com/maximkoretskiy/postcss-initial/issues/25

Let me know if a PR is welcome.