/broccoli-csso

Minimize CSS using CSSO

Primary LanguageJavaScriptMIT LicenseMIT

Minify CSS using CSSO

Issues with the output should be reported on the CSSO issue tracker.

Install

$ npm install --save-dev broccoli-csso

Usage

const CSSO = require('broccoli-csso');
tree = new CSSO(tree, options);

API

CSSO(tree, options?)

options

restructure

Type: boolean
Default: true

Structure minimization.