postcss-selector-style

0.0.1 • Public • Published

PostCSS Selector Style Build Status

PostCSS

Change

.a-b_c__d-e--f {
}

to

.a-b-c-d-e-f {
}

Usage

postcss([ require('postcss-selector-style') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-selector-style

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • justqyx