Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
http://twitter.github.com/bootstrap/
I can’t say I disagree. Reading through all the documentation it looks like it’s got 80% of what I’ve been coding myself for the last few years.
I’ve been looking for a proper framework for the base of my theme development. And frankly it’s too timely to develop my own base + keep it updated with the latest changes in the web dev world. I’ve looked at Gantry, Foundation and a few others and the decision is hard as I’d like to stick with it.
Luckily I found that Rachel Baker built a very nice implementation of BootStrap into a base WordPress Theme. So frankly I’m planning to give it a go with my new “Photographer Theme” I’m starting very soon. But enough off this rambling, some info on Twitter’s Bootstrap:
Grid System
It’s not just a standard grid, but very dynamic. Using LESS you can set the the following:
@gridColumns – Amount of columns
@gridColumnWidth – Width of Columns
@gridGutterWidth – Margin between columns
Other than that, it’s fully responsive folding up nicely on smaller devices.
UI Elements
The craziest amount of UI elements I’ve ever seen together. Just check it out.
Componenets
- Button groups

- Button drop downs

- Tabbed dropdowns

- Navbar

- Pagination

And then LESS
I must be honest when I say, I’ve never seen such a powerful/clean implementation of LESS. This was THE SELLING POINT for me and I really look forward to using Bootstrap very soon. I will most def write an update with my 1st implementation.