0.1.1 • Published 7 years ago

postcss-composition v0.1.1

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

PostCSS Composition Build Status

PostCSS PostCSS plugin to compose multiple CSS selectors together like CSS modules. Primarily meant to be used with Tachyons or other atomic CSS. Currently useable, but still in heavy development.

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

Usage

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

See PostCSS docs for examples for your environment.