borschik-tech-cleancss

borschik CSS tech based on CleanCSS

Usage no npm install needed!

<script type="module">
  import borschikTechCleancss from 'https://cdn.skypack.dev/borschik-tech-cleancss';
</script>

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