node-sass-globbing

v0.0.22
Allows you to use glob syntax in imports (i.e. `@import "dir/*.sass"`). Use as a custom importer for node-sass.

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.

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/5/2015

Downloads

Maintainers