postcss-minify-selectors (5.2.1)
Published 2026-02-24 14:03:06 +00:00 by atheaadmin
Installation
registry=npm install postcss-minify-selectors@5.2.1"postcss-minify-selectors": "5.2.1"About this package
postcss-minify-selectors
Minify selectors with PostCSS.
Install
With npm do:
npm install postcss-minify-selectors --save
Example
Input
h1 + p, h2, h3, h2{color:blue}
Output
h1+p,h2,h3{color:blue}
For more examples see the tests.
Usage
See the PostCSS documentation for examples for your environment.
Contributors
See CONTRIBUTORS.md.
License
MIT © Ben Briggs
Dependencies
Dependencies
| ID | Version |
|---|---|
| postcss-selector-parser | ^6.0.5 |
Development Dependencies
| ID | Version |
|---|---|
| postcss | ^8.2.15 |
Peer Dependencies
| ID | Version |
|---|---|
| postcss | ^8.2.15 |
Keywords
css
minify
optimise
postcss
postcss-plugin
selectors