postcss-combine-media-query icon indicating copy to clipboard operation
postcss-combine-media-query copied to clipboard

PostCSS plugin to combine equal media query rules.

Results 5 postcss-combine-media-query issues
Sort by recently updated
recently updated
newest added

The `postcss` package has a security vulnerability on major version 7. It would be interesting if the package is updated to its latest version. ``` postcss 7.0.0 - 8.2.9 Severity:...

I am using postcss 8.2.2. But not combining same media queries from different files. I am using with webpack and using mini-css-extract-plugin with **import**. **webpack.config.js** ``` { test: /\.(sa|sc|c)ss$/, use:...

### 1. Summary postcss-combine-media-query makes the HTML files invalid if they contain [**inline CSS**](https://www.freecodecamp.org/news/inline-style-in-html/). ### 2. MCVE You can see this configuration in the [**`KiraPostCSSCombineInlineCSS` branch**](https://github.com/Kristinita/SashaGruntDebugging/tree/KiraPostCSSCombineInlineCSS) of my demo repository....

### 1. Summary It would be nice if postcss-combine-media-query could combine different media queries that user’s CSS will consistent. ### 2. Problem In my projects I use 2 types of...