Currently, I just dropped in the Bootstrap JS and CSS files. That works fine for now.
But I’d like to be able to use less so that I can customize Bootstrap. Suggestions?
Currently, I just dropped in the Bootstrap JS and CSS files. That works fine for now.
But I’d like to be able to use less so that I can customize Bootstrap. Suggestions?
Update: I dropped in the SCSS files from bootstrap-sass. Would anyone else like to use that gem inside middleman? If so, I’d be willing to help integrate it.
Add the less
gem to your Gemfile
, everything should work automatically.