At this point, just a little local Bower package of useful helpers to pull into Bootstrap projects.
Clone it
git clone https://github.com/midoil/bootstrap-helpers-sass.git bootstrap-helpers-sass
Add to project bower file with this
"dependencies": {
"some-bower-dependency": "~1.0.0",
"bootstrap-helpers-sass": "file:///path/to/bootstrap-helpers-sass/.git/",
...
}
Install it in the project
bower install