1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/postcss-minify-selectors
詹力 1a19ec897f 删除无关模块 2024-01-16 21:26:16 +08:00
..
dist i4 2023-12-18 13:12:25 +08:00
node_modules 删除无关模块 2024-01-16 21:26:16 +08:00
LICENSE-MIT i4 2023-12-18 13:12:25 +08:00
README.md i4 2023-12-18 13:12:25 +08:00
package.json 删除无关模块 2024-01-16 21:26:16 +08:00

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