stylelint-scss
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -0,1 +1,5 @@ | ||
# 3.4.3 | ||
- Fixed: `double-slash-comment-whitespace-inside` fix error being thrown when using two backslashes inside a string. | ||
# 3.4.2 | ||
@@ -2,0 +6,0 @@ |
@@ -63,3 +63,3 @@ "use strict"; | ||
var lastModeIndex = modesEntered.length - 1; | ||
var mode = modesEntered[lastModeIndex].mode; | ||
var mode = modesEntered[lastModeIndex] && modesEntered[lastModeIndex].mode; | ||
@@ -66,0 +66,0 @@ switch (character) { |
{ | ||
"name": "stylelint-scss", | ||
"description": "A collection of SCSS specific rules for stylelint", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"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
260716