clean-css
Advanced tools
Comparing version 3.4.16 to 3.4.17
@@ -0,1 +1,6 @@ | ||
[3.4.17 / 2016-06-04](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.16...v3.4.17) | ||
================== | ||
* Fixed issue [#783](https://github.com/jakubpawlowicz/clean-css/issues/783) - regression in processing data URIs. | ||
[3.4.16 / 2016-06-02](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.15...v3.4.16) | ||
@@ -2,0 +7,0 @@ ================== |
@@ -8,3 +8,3 @@ var split = require('../utils/split'); | ||
var DATA_URI_PREFIX_PATTERN = /^\s*['"]?\s*data:/; | ||
var DATA_URI_TRAILER_PATTERN = /[\s\};,\/]/; | ||
var DATA_URI_TRAILER_PATTERN = /[\s\};,\/!]/; | ||
@@ -11,0 +11,0 @@ var IMPORT_URL_PREFIX = '@import'; |
{ | ||
"name": "clean-css", | ||
"version": "3.4.16", | ||
"version": "3.4.17", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
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
305750