SE7ENSKY / group-css-media-queries

CSS postprocessing: group media queries. Useful for postprocessing preprocessed CSS files.
MIT License
100 stars 19 forks source link

Wrong order of rules #13

Open onebelarusianguy opened 7 years ago

onebelarusianguy commented 7 years ago

Hi, Rule @media (max-width: 767px) and (orientation: landscape) {} is more specific than @media (max-width: 767px) {} and should go afer this second.