SassNinja / postcss-extract-media-query

PostCSS plugin to extract all media query from CSS and emit as separate files.
MIT License
131 stars 20 forks source link

Rework extraction to support nested atRules #11

Closed SassNinja closed 4 years ago

SassNinja commented 4 years ago

Closes #2

This also introduces a new option called extractAll that replaces whitelist. However I've avoided a breaking change (whitelist can still be used) so I can deploy it in v1.x