max_liu b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
..
src b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
types b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
LICENSE-MIT b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
README.md b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
package.json b7ab7c8514 chore: 更新node_modules依赖文件 2 hete

README.md

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