Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 625 Bytes

Bootstrap Helpers Sass

At this point, just a little local Bower package of useful helpers to pull into Bootstrap projects.

Install

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

Other resources

Using Bower Locally