postcss-functions
postcss-functions copied to clipboard
Add options to ignore specific at-rules and properties
I ran into an issue with a project that had a mixin and a function that shared the same name. This change should resolve that issue, allowing users to specify at-rules that should be skipped when transforming functions.
I included an option for ignoring specific props as well, as I figured it could be useful in some circumstances.