bourbon-sass-loader
v0.1.0
Published
A webpack loader for Bourbon sass
Downloads
9
Readme
bourbon-sass-loader
Webpack loader for Bourbon sass
Usage
You should specify this as an entry point:
module.exports = {
entry: [
'bourbon-sass!./path/to/config.js'
]
Or a dependency within a file, like you'd specify other webpack dependencies:
require('bourbon-sass!./path/to/config.js');
Based on
bootstrap-sass-loader https://github.com/justin808/bootstrap-sass-loader