Comparing version 0.52.2 to 0.52.3
@@ -558,4 +558,13 @@ /*! | ||
return true; | ||
if (',' == this.lookahead(i).type | ||
&& 'newline' == this.lookahead(i + 1).type) | ||
return true; | ||
} | ||
// Trailing comma | ||
if (',' == this.lookahead(i).type | ||
&& 'newline' == this.lookahead(i + 1).type) | ||
return true; | ||
// Trailing brace | ||
@@ -562,0 +571,0 @@ if ('{' == this.lookahead(i).type |
{ | ||
"name": "stylus", | ||
"description": "Robust, expressive, and feature-rich CSS superset", | ||
"version": "0.52.2", | ||
"version": "0.52.3", | ||
"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
344857
13083