gobble-clean-css

0.1.0 • Public • Published

gobble-clean-css

Minify CSS files with gobble and clean-css.

Installation

npm install gobble-clean-css

Usage

gobble('css').transform('clean-css', options);

If you want the output to have a .min.css extension, add ext: '.min.css' to the options. Visit clean css documentation for a list of all supported options.

License

MIT. Copyright (c) 2015 Martin Kolárik.

Package Sidebar

Install

npm i gobble-clean-css

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • martin-kolarik