postcss-chunk
v0.1.0
Published
PostCSS plugin to split larger CSS files into smaller chunks based on target selector count. Supports nested atrules, and processing multiple files in one stream.
Downloads
50
Maintainers
Readme
PostCSS Chunk
PostCSS plugin to split larger CSS files into smaller chunks based on target selector count. Supports pnested atrules, and processing multiple files in one stream..
.foo {
/* Input example */
}
.foo {
/* Output example */
}
Usage
postcss([ require('postcss-chunk') ])
See PostCSS docs for examples for your environment.