Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there anyway to download a customised version of twitter boostrap (where you can edit the colours, grid widths etc) that gives you the css in .less format? I want to use HTML5 initialiser as my base, but need a customised version of bootstrap. Can't seem to be allowed to have my pie and eat it! Cheers,

share|improve this question

closed as not a real question by casperOne Apr 25 '12 at 19:39

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 4 down vote accepted

Bootstrap is in Less: https://github.com/twitter/bootstrap/tree/master/less

There is a SASS version here: https://github.com/jlong/sass-twitter-bootstrap

Edit: You can "fork" one of those versions, & add your own edits to it. You can use GitHub for free if you do not mind if your fork is available to others publicly.

share|improve this answer

The bootstrap package comes with the less sheets already included so you can download the whole package from GitHub and start working right away. You can also modify most of the styles on the bootstrap by customizing your download over at the Customize section on the Bootstrap documentation page that will also render the changes you make in less.

Here is the bootstrap less documentation.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.