-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Right now we need to put postcss-mixins or postcss-for before postcss-simple-vars only because this plugin throw a error on unknow variable name.
But we can do smarter:
- We somebody install postcss-simple-vars, it will add some custom subplugin to end of plugins.
- Then it replace variables, but didn’t throw on unknown name.
- Subplugin check unused variables and throw a error if user asked.
RomanHotsiy and hendriku