0.0.23 • Published 11 years ago
node-sass-globbing v0.0.23
node-sass-globbing
Allows you to use glob syntax in imports (i.e. @import "dir/*.sass"). Use as a custom importer for node-sass.
Example
gulpfile.js
nodeSassGlobbing = require('node-sass-globbing');
sass.render({
...
importer: nodeSassGlobbing
...
});Then you can import globs!
foo.sass
@import "dir/*.sass"Tests
npm testLicense
Available under the MIT License.