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,
|
|
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.
|
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. |
||||
|
|
|
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. |
||||
|
|