1.0.0 • Published 6 years ago

postcss-decorator-remover v1.0.0

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

PostCSS Decorator Remover Build Status

PostCSS plugin This utility helps to remove css classes based on some specific decorators..

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

Usage

postcss([ require('postcss-decorator-remover') ])

See PostCSS docs for examples for your environment.