css-whitespace
Advanced tools
Comparing version 0.0.5 to 0.0.6
0.0.6 / 2013-02-20 | ||
================== | ||
* fix :fullscreen support | ||
0.0.5 / 2013-01-21 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -8,2 +8,3 @@ | ||
':selection', | ||
'fullscreen', | ||
'nth-child', | ||
@@ -121,3 +122,3 @@ 'first-child', | ||
*/ | ||
function comment() { | ||
@@ -176,3 +177,3 @@ var m = str.match(/^\/\/([^\n]*)/); | ||
*/ | ||
function parent() { | ||
@@ -209,2 +210,2 @@ var m = str.match(/^ *&([^\n]*)/); | ||
} | ||
} | ||
} |
{ | ||
"name": "css-whitespace", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
468
11097