npm.io
0.0.23 • Published 11 years ago

node-sass-globbing

Licence
MIT
Version
0.0.23
Deps
1
Vulns
0
Weekly
0
Stars
16
DeprecatedThis package is deprecated

node-sass-globbing

Build Status Dependency Status npm

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 test
License

Available under the MIT License.