postcss-unmq icon indicating copy to clipboard operation
postcss-unmq copied to clipboard

Remove media queries from CSS while preserving rules that match a hard-coded viewport

Results 2 postcss-unmq issues
Sort by recently updated
recently updated
newest added

Hi, It appears that unmq breaks sourcemaps

I find this plugin incredibly useful! Great job! ;) Recently, I adopted the media query `not` operator to emulate a `less than` check: ``` css @media not all and (min-width:...