postcss-scss
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -182,4 +182,4 @@ let { Comment } = require('postcss') | ||
raw(node, prop, tokens) { | ||
super.raw(node, prop, tokens) | ||
raw(node, prop, tokens, customProperty) { | ||
super.raw(node, prop, tokens, customProperty) | ||
if (node.raws[prop]) { | ||
@@ -186,0 +186,0 @@ let scss = node.raws[prop].raw |
{ | ||
"name": "postcss-scss", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "SCSS parser for PostCSS", | ||
@@ -5,0 +5,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
18741