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
144 stars 7 forks source link

PostCSS 8.1 compatability #26

Closed ai closed 3 years ago

ai commented 3 years ago
  1. Use OnceExit instead of RootExit (since RootExit will be called again on new at-rules)
  2. Do not import postcss
  3. Fix source maps