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

Omit media query in final output #45

Open coxrichuk opened 3 months ago

coxrichuk commented 3 months ago

Is there an option to omit the surrounding query from the final output?

SassNinja commented 3 months ago

No there isn't such an option

Why would you need this?

coxrichuk commented 3 months ago

If I were to include the media query in the <link> it would then help to reduce the file size