This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node-sass-globbing

0.0.23 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i node-sass-globbing

Weekly Downloads

635

Version

0.0.23

License

MIT

Last publish

Collaborators

  • pdufour