Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

borschik-tech-cleancss

doochik93MIT3.0.0

borschik CSS tech based on CleanCSS

borschik, css, cleancss

readme

Borschik CSS tech based on clean-css

NPM version Dependency Status

clean-css based plugin to build CSS files with borschik.

Installation

$ npm install borschik borschik-tech-cleancss

Usage

$ ./node_modules/.bin/borschik -t cleancss -i test.css

You can pass options to clean-css with --tech-options

$ ./node_modules/.bin/borschik -t cleancss -i test.css --tech-options='{"cleancss":{"noAdvanced":true,"compatibility":true}}'