postcss-composition
v0.1.1
Published
PostCSS plugin Compose multiple CSS selectors together.
Downloads
9
Maintainers
Readme
PostCSS Composition
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.