postcss-strip-selectors

0.0.5 • Public • Published

PostCSS Strip Selectors Build Status

PostCSS plugin to remove specified selectors from your stylesheets.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-strip-selectors') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-strip-selectors

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • fauxton