node-sass-glob
A glob importer for use with node-sass
Installation
npm i node-sass-glob
Usage
To use the importer, simply pass it to the node-sass.render()
function
var sass = require;sass.render
In your scss files, simply use globs in your import statements.
@import 'styles/**/*.scss';@import 'content/*.scss';
License
MIT, see LICENSE.md for details.