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

Migrate to PostCSS 8 API #25

Closed Lustmored closed 4 years ago

Lustmored commented 4 years ago

This is simple migration to new API following migration guide for #24 . I've chosen method marked as the fastest in processing. All tests are green :+1:

I don't know why there are so many changes to package.lock (maybe I'm using different npm version?) - they mainly add "dev: true" here and there, so hopefully they are not a problem.