0.0.23 • Published 9 years ago

node-sass-globbing v0.0.23

Weekly downloads
4,225
License
MIT
Repository
github
Last release
9 years ago

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.