Comparing version 1.4.3 to 1.4.4
@@ -0,1 +1,5 @@ | ||
## 1.4.4 (December 10, 2015) | ||
- prevent removal of spaces after braces that before identifier that breaking at-rules expressions (#258) | ||
## 1.4.3 (December 4, 2015) | ||
@@ -2,0 +6,0 @@ |
@@ -456,3 +456,3 @@ var translate = require('../utils/translate'); | ||
CSSOCompressor.prototype.issue165 = function(parent, prevType, nextType) { | ||
return parent[1] === 'atrulerq' && prevType === 'braces' && nextType === 'ident'; | ||
return prevType === 'braces' && nextType === 'ident'; | ||
}; | ||
@@ -459,0 +459,0 @@ |
{ | ||
"name": "csso", | ||
"description": "CSSO — CSS optimizer", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"homepage": "https://github.com/css/csso", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)", |
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
145211