node-sass-import
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -40,3 +40,4 @@ 'use strict'; | ||
console.log(file); | ||
// Strip the extension so .css gets evaluated properly as .scss | ||
file = file.replace(/\.(sa|sc|c)ss$/, ''); | ||
done({ file: file }); | ||
@@ -43,0 +44,0 @@ }); |
{ | ||
"name": "node-sass-import", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Allows usage of @include (of .scss) akin to require (of .js) in node.js", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/anarh/node-sass-import/issues", |
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
6321
72