broccoli-csso

May 1, 2024 ยท View on GitHub

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.

Contents

  1. 1Install
  2. 2Usage
  3. 3API
  4. 3.1CSSO(tree, options?)