Twitter Bootstrap 2.0 pre-release demo
41–50 of 63 posts
Re: Twitter Bootstrap 2.0 pre-release demo
#42Glad to see there are some variables for setting things like the navbar colors - I just started adapting a site to the 1.4 version and had to start out by changing all of the rules individually so I could implement a different color scheme. Edit: Actually, I take it back as there are still hardcoded colors and the assumption that you are using white as the text. Would be nice if it was based off a few variables inste…
Couldn't this be changed in the 'less' files?
color: @white;
in the various navbar rules. It would be great if there was a single variable: @navbarTextColor: @white;
and then all the rules could include: color: @navbarTextColor;
which is essentially what I've ended up doing.Re: Twitter Bootstrap 2.0 pre-release demo
#43Why are CSS frameworks becoming so prominent only now? Why weren't they coming out as much years ago? It seems like they would have been even more useful then.
Re: Twitter Bootstrap 2.0 pre-release demo
#44I'm just getting redirected to the original bootstrap page at http://twitter.github.com/bootstrap/
Re: Twitter Bootstrap 2.0 pre-release demo
#45Re: Twitter Bootstrap 2.0 pre-release demo
#46Earlier quoted context omitted.
We looked closely at both and, while Bootstrap has far more features / UI elements, the attention to detail in building responsive pages is better in Foundation, IMO. The elements are nice to have in Bootstrap but we are building our own elements on Foundation's solid platform and feel better about it over the long term.
My understanding is that responsive layouts is a big part of the 2.0 of Twitter Bootstrap. Did you evaluate it or the 1.0 version?
Re: Twitter Bootstrap 2.0 pre-release demo
#47I'd love for someone smarter than me to compare Zurb Foundation and this. It seems like Twitter has a few except things (pill-button callouts, etc), but Foundation seems VERY responsive-focused whereas Twitter Bootstrap seems to have added responsiveness in.
That said, I hope Bootstrap 2.0 nails responsive design. I think we should be checking our progress on mobile devices as we develop, not drop in a mobile solution at the end and hope it works. Responsive design is the hard part whereas look-and-feel CSS is more trivial to drop in.
Re: Twitter Bootstrap 2.0 pre-release demo
#48I built https://www.becouplydates.com/ on the 2.0-wip branch. We've been very pleased with it.
Re: Twitter Bootstrap 2.0 pre-release demo
#49It bugs the hell out of me that they apply styling to vanilla tables. I wish they'd namespace it with a class because it messes up things like datepickers on JQuery-UI.