Comparing version 0.52.3 to 0.52.4
@@ -520,2 +520,7 @@ /*! | ||
// Pseudo-elements | ||
if (':' == this.lookahead(i).type | ||
&& ':' == this.lookahead(i + 1).type) | ||
return true; | ||
// #a after an ident and newline | ||
@@ -533,2 +538,8 @@ if ('color' == this.lookahead(i).type | ||
// Hash values inside properties | ||
if (':' == this.lookahead(i).type | ||
&& !this.isPseudoSelector(i + 1) | ||
&& this.lineContains('.')) | ||
return false; | ||
// the ':' token within braces signifies | ||
@@ -535,0 +546,0 @@ // a selector. ex: "foo{bar:'baz'}" |
{ | ||
"name": "stylus", | ||
"description": "Robust, expressive, and feature-rich CSS superset", | ||
"version": "0.52.3", | ||
"version": "0.52.4", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
345169
13092