broccoli-csso

Minify CSS using CSSO

Usage no npm install needed!

<script type="module">
  import broccoliCsso from 'https://cdn.skypack.dev/broccoli-csso';
</script>

README

broccoli-csso Build Status

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.