postcss-scss
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -29,3 +29,3 @@ 'use strict' | ||
const RE_AT_END = /[\t\n\f\r "#'()/;[\\\]{}]/g | ||
const RE_WORD_END = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g | ||
const RE_WORD_END = /[,\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g | ||
const RE_BAD_BRACKET = /.[\n"'(/\\]/ | ||
@@ -32,0 +32,0 @@ const RE_HEX_ESCAPE = /[\da-f]/i |
{ | ||
"name": "postcss-scss", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "SCSS parser for PostCSS", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"postcss": "^8.3.3" | ||
"postcss": "^8.4.19" | ||
} | ||
} |
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
19202