postcss-initial
postcss-initial copied to clipboard
Feature request: option to exclude `all` property using reset: 'none';
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.