broccoli-csso

v1.1.0
Minify CSS using CSSO
broccoli-plugin csso css min minify optimize compress

broccoli-csso

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.

Metadata

  • MIT
  • >=0.10.0
  • Sindre Sorhus
  • released 10/15/2015

Downloads

Maintainers