the-forest/client/node_modules/postcss-minify-selectors
2024-09-17 20:35:18 -04:00
..
src client raw doggin the db 2024-09-17 20:35:18 -04:00
types client raw doggin the db 2024-09-17 20:35:18 -04:00
LICENSE-MIT client raw doggin the db 2024-09-17 20:35:18 -04:00
package.json client raw doggin the db 2024-09-17 20:35:18 -04:00
README.md client raw doggin the db 2024-09-17 20:35:18 -04:00

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