postcss-decorator-remover

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

Usage no npm install needed!

<script type="module">
  import postcssDecoratorRemover from 'https://cdn.skypack.dev/postcss-decorator-remover';
</script>

README

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.