exhibit-builder-sass
v0.5.0
Published
Exhibit builder for compiling SCSS files with node-sass
Downloads
2
Readme
sass
Exhibit.js builder plugin
Compiles SCSS files with node-sass.
$ npm install -D exhibit-builder-sass
[![devDependency Status][devdepstat-image]][devdepstat-url] [![peerDependency Status][peerdepstat-image]][peerdepstat-url]
Usage
.use('sass', options)
- Non-SCSS files are passed straight through
- As usual with Sass, underscored filenames (e.g.
styles/_foo.scss
) are considered partials and are not compiled (but may be imported)
Options
The following node-sass options may be set (see node-sass docs for definitions):
Additional options
include
(string/array/function) — default:'**/*.scss'
Which files to process. Follows Exhibit’s glob convention.
License
MIT