postcss-scoped

0.0.0 • Public • Published

PostCSS Scoped Build Status

PostCSS plugin Adds a new @scope rule that qualifies any descendant css.

@scope Panel {
  .foo {
      /* Input example */
  }
}
.scope-761597ae .foo {
  /* Output example */
}

Usage

postcss([ require('postcss-scoped') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-scoped

Weekly Downloads

3

Version

0.0.0

License

MIT

Last publish

Collaborators

  • jobdonetick