包详细信息

borschik-tech-cleancss

doochik18MIT3.0.0

borschik CSS tech based on CleanCSS

borschik, css, cleancss

自述文件

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}}'