custom-bootstrap-sass
v1.0.13
Published
automate custom bootstrap sass build
Downloads
22
Readme
#automate custom bootstrap sass builds
this module builds a file named '_bootstrap-custom.scss' as a sibling of '_bootstrap.scss' as the docs recommend
https://github.com/twbs/bootstrap-sass#configuration
use with gulp / grunt:
install
$ npm install custom-bootstrap-sass --save
include
var custombs = require('custombootstrapsass')
;
config
the config argument is an array of bootstrap components to exclude from your build
var config = [ 'glyphicons', 'grid', 'tables']
;
custombs(config, pathToBootstrapSassDir)
;
[pathToBootstrapSassDir] is optional for bower users. if undefined, custombootstrapsass will find the directory using your bower settings