0.1.0 • Published 7 years ago

postcss-extract-css-block v0.1.0

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

PostCSS extract-css-block Build Status

PostCSS plugin for doing things.

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

Usage

postcss([ require('postcss-extract-css-block') ])

See PostCSS docs for examples for your environment.