Skip to content

Experience-Monks/node-sass-glob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sass-glob

stable

A glob importer for use with node-sass

Installation

npm i node-sass-glob

Usage

NPM

To use the importer, simply pass it to the node-sass.render() function

var sass = require('node-sass');
sass.render({
  importer: require('node-sass-glob'),
  ...options
}, function (err, output) {});

In your scss files, simply use globs in your import statements.

@import 'styles/**/*.scss';
@import 'content/*.scss';

License

MIT, see LICENSE.md for details.

About

Utility for glob importing sass files

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published