Skip to content

lowik/bourbon-sass-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Webpack loader for Bourbon sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors