stylelint-scss
Advanced tools
Comparing version 3.14.1 to 3.14.2
@@ -0,1 +1,5 @@ | ||
# 3.14.2 | ||
- Fixed: `operator-no-unspaced` ignore operators inside `@at-root`. | ||
# 3.14.1 | ||
@@ -2,0 +6,0 @@ |
@@ -190,4 +190,4 @@ "use strict"; | ||
if (item.type === "atrule") { | ||
// @forward and @use | ||
if (item.name === "forward" || item.name === "use") { | ||
// @forward, @use and @at-root | ||
if (item.name === "forward" || item.name === "use" || item.name === "at-root") { | ||
return; | ||
@@ -194,0 +194,0 @@ } // Media queries |
{ | ||
"name": "stylelint-scss", | ||
"description": "A collection of SCSS specific rules for stylelint", | ||
"version": "3.14.1", | ||
"version": "3.14.2", | ||
"author": "Krister Kari", | ||
@@ -6,0 +6,0 @@ "babel": { |
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
321977