yunusga / postcss-sort-media-queries

PostCSS plugin for sorting and combining CSS media queries with mobile-first / desktop-first methodologies.
https://postcss-sort-media-queries.github.io
MIT License
147 stars 7 forks source link

Combine from different files? #28

Closed bilalmalkoc closed 3 years ago

bilalmalkoc commented 3 years ago

Hello. Is possible combine from different files? I am using webpack and mini-css-extract-plugin.

yunusga commented 3 years ago

Hello @bilalmalkoc. Plugin work only with one stream (like gulp) and it's not support combine from different files. Before sorting you need combine all files into one file or one stream.