0.1.0 • Published 9 years ago

postcss-chunk v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

PostCSS Chunk Build Status

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.