0.5.0 • Published 9 years ago

exhibit-builder-sass v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

sass

Exhibit.js builder plugin

Compiles SCSS files with node-sass.

$ npm install -D exhibit-builder-sass

NPM version Build Status Dependency Status devDependency Status peerDependency Status

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

0.5.0

9 years ago

0.4.0

9 years ago