a {
  color: #FF0000;
}
Â
a {
  border-radius: 4px 4px 4px 4px;
}
â
Installationa{color:red;border-radius:4px}
npm install --save-dev broccoli-clean-css
API
class BroccoliCleanCss(node [, options])const BroccoliCleanCss = require('broccoli-clean-css');
node: String
(directory path) or Object
(Broccoli node)
options: Object
(clean-css constructor options)
const BroccoliCleanCss = require('broccoli-clean-css');
Â
module.exports = new BroccoliCleanCss('path/to/styles');
There are some differences from the original clean-css:
rebaseTo
option is regarded as relative to the Broccoli target path.returnPromise
option defaults to true
and cannot be disabled.Copyright (c) 2014 - 2017 Shinnosuke Watanabe
Licensed under the MIT License.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4