clean-css
Advanced tools
Comparing version 3.4.19 to 3.4.20
@@ -0,1 +1,6 @@ | ||
[3.4.20 / 2016-09-26](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.19...v3.4.20) | ||
================== | ||
* Fixed issue [#814](https://github.com/jakubpawlowicz/clean-css/issues/814) - `:selection` rule merging. | ||
[3.4.19 / 2016-07-25](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.18...v3.4.19) | ||
@@ -2,0 +7,0 @@ ================== |
@@ -25,3 +25,3 @@ var util = require('util'); | ||
ie7Hack: false, // *+html hack | ||
special: /(\-moz\-|\-ms\-|\-o\-|\-webkit\-|:dir\([a-z-]*\)|:first(?![a-z-])|:fullscreen|:left|:read-only|:read-write|:right|:placeholder|:host|::content|\/deep\/|::shadow|^,)/ // special selectors which prevent merging | ||
special: /(\-moz\-|\-ms\-|\-o\-|\-webkit\-|:dir\([a-z-]*\)|:first(?![a-z-])|:fullscreen|:left|:read-only|:read-write|:right|:placeholder|:host|:content|\/deep\/|:shadow|:selection|^,)/ // special selectors which prevent merging | ||
}, | ||
@@ -28,0 +28,0 @@ units: { |
{ | ||
"name": "clean-css", | ||
"version": "3.4.19", | ||
"version": "3.4.20", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
@@ -107,3 +107,3 @@ [![NPM version](https://img.shields.io/npm/v/clean-css.svg?style=flat)](https://www.npmjs.com/package/clean-css) | ||
* `benchmark` - turns on benchmarking mode measuring time spent on cleaning up (run `npm run bench` to see example) | ||
* `compatibility` - enables compatibility mode, see [below for more examples](#how-to-set-compatibility-mode) | ||
* `compatibility` - enables compatibility mode, see [below for more examples](#how-to-set-a-compatibility-mode) | ||
* `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) | ||
@@ -110,0 +110,0 @@ * `inliner` - a hash of options for `@import` inliner, see [test/protocol-imports-test.js](https://github.com/jakubpawlowicz/clean-css/blob/master/test/protocol-imports-test.js#L372) for examples, or [this comment](https://github.com/jakubpawlowicz/clean-css/issues/612#issuecomment-119594185) for a proxy use case. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
306625