node-sass-import
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -47,3 +47,3 @@ 'use strict'; | ||
// Strip the extension so .css gets evaluated properly as .scss | ||
file = file.replace(/\.(sa|sc|c)ss$/, ''); | ||
file = file.replace(/\.(js|(sa|sc|c)ss)$/, ''); | ||
done(null, file); | ||
@@ -50,0 +50,0 @@ }); |
{ | ||
"name": "node-sass-import", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
7306