0.0.5 • Published 7 years ago

postcss-strip-selectors v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.