Skip to content

sindresorhus/broccoli-csso

Repository files navigation

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.