Skip to content

Remove css elements from stylesheets matching a given set of selectors

License

Notifications You must be signed in to change notification settings

fauxton/postcss-strip-selectors

Repository files navigation

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.

About

Remove css elements from stylesheets matching a given set of selectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published