1.0.13 • Published 8 years ago

custom-bootstrap-sass v1.0.13

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

#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