css-whitespace
Advanced tools
Comparing version 0.0.2 to 0.0.3
0.0.3 / 2012-12-03 | ||
================== | ||
* fix complex media query support | ||
0.0.2 / 2012-12-03 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -40,3 +40,3 @@ | ||
pseudos = pseudos.join('|'); | ||
var propre = new RegExp('^ *([^:\n]+):(?!' + pseudos + ') *([^\n]*)'); | ||
var propre = new RegExp('^ *([-\\w]+):(?!' + pseudos + ') *([^\n]*)'); | ||
@@ -43,0 +43,0 @@ /** |
{ | ||
"name": "css-whitespace", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Whitespace significant CSS to regular CSS", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "parser", "rework"], |
Sorry, the diff of this file is not supported yet
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
10775