Closed erikjung closed 8 years ago
https://github.com/postcss/postcss-use
It may be better for everyone if we relied on this instead of adding periodic one-off support for optional plugins in the CSS task.
The idea is that the CSS task would always run with these plugins:
postcss-import
postcss-use
And then @use would be used to add and configure anything else after those.
@use
Done via #41
https://github.com/postcss/postcss-use
It may be better for everyone if we relied on this instead of adding periodic one-off support for optional plugins in the CSS task.
The idea is that the CSS task would always run with these plugins:
postcss-import
postcss-use
And then
@use
would be used to add and configure anything else after those.