cloudfour / core-gulp-tasks

⛔️ DEPRECATED Gulp tasks that we usually need
MIT License
9 stars 0 forks source link

Explore using `postcss-use` for managing plugins in the CSS task #40

Closed erikjung closed 8 years ago

erikjung commented 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:

And then @use would be used to add and configure anything else after those.

erikjung commented 8 years ago

Done via #41