css-mqpacker-sort-mediaqueries

Sorts mediaqueries by min-width and/or max-width, ordered ascending (to be used as sort option value for postcss plugin css-mqpacker)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
css-mqpacker-sort-mediaqueries
210.2.26 years ago6 years agoMinified + gzip package size for css-mqpacker-sort-mediaqueries in KB

Readme

css-mqpacker-sort-mediaqueries
> Sorts mediaqueries by min-width and/or max-width, ordered ascending > (to be used as sort option value for postcss plugin css-mqpacker)
šŸ“– See css-mqpacker documentation to read more about its usage and the sort option.
Example:
const cssMqpacker = require('css-mqpacker');
const sortMediaqueries = require('css-mqpacker-sort-mediaqueries');

cssMqpacker({
  sort: sortMediaqueries
});