1.0.1 • Published 10 years ago

uncss-brunch v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

uncss-brunch

Adds UnCSS support to brunch.

Tip

If you need both cut unused CSS and minify the code, check:

Usage

Install

Install the plugin via npm with npm install --save uncss-brunch

Or add it to package.json dependencies: "uncss-brunch":"1.0.0"

Config

To specify options, use config.plugins.uncss object in Brunch config file. You can use all standard options for Brunch.

Example:

plugins:
    uncss:
        options:
            csspath: '../styles'
            htmlroot: 'build'
        files: ['index.html', 'about.html']
1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago