postcss-chunk

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i postcss-chunk

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mattfysh