Comparing version 0.52.1 to 0.52.2
@@ -545,5 +545,2 @@ /*! | ||
// Trailing space | ||
while ('space' == this.lookahead(i).type) ++i; | ||
// Assume pseudo selectors are NOT properties | ||
@@ -556,2 +553,8 @@ // as 'td:th-child(1)' may look like a property | ||
return true; | ||
// Trailing space | ||
if ('space' == this.lookahead(i).type | ||
&& 'newline' == this.lookahead(i + 1).type | ||
&& '{' == this.lookahead(i + 2).type) | ||
return true; | ||
} | ||
@@ -558,0 +561,0 @@ |
{ | ||
"name": "stylus", | ||
"description": "Robust, expressive, and feature-rich CSS superset", | ||
"version": "0.52.1", | ||
"version": "0.52.2", | ||
"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
344613
13076