Description
Given there are multiple configurations for postcss that apply for your project, it can happen that postcss-mixins
runs multiple times but the second call has the configuration for the first iteration... then the build can fail, e.g. if the mixin is not resolvable. What would be nice is an option to ignore them, similarly to what postcss-advanced-variables
does.
There is an option how to handle unresolved variables, see unresolved
option.
My suggestion is to add this to postcss-mixins
, too.
Metadata
Metadata
Assignees
Labels
No labels