> All variables now use dashes instead of camelCase. For example, it's now @body-background instead of @bodyBackground. Not sure how I feel about this. On one hand that's a pretty large sweeping change that is going to break all my customizations. On the other, dashes look much better in css and I prefer them for class names and so on. Not even sure why, is this some sort of community standard I picked up somewhere a…
Bootstrap 3.0 Upcoming changes
51–60 of 149 posts
Re: Bootstrap 3.0 Upcoming changes
#52Re: Bootstrap 3.0 Upcoming changes
#53> Dropped all things fluid. We removed the fluid grid system, fluid container, and fluid layout. Damn. That is very handy when you want to have even sub columns inside of an odd-sized parent column.
I was worried when I saw this, but the very next bullet point is: >Overhauled default grid system. Now uses percentage widths, padding, and box-sizing: border-box instead of pixel widths and margins. Nesting and offsets remain the same. Which sounds like they are actually making everything fluid, and removing fixed widths. Perhaps a good thing, although border-box means no IE7 support.
Re: Bootstrap 3.0 Upcoming changes
#54Re: Bootstrap 3.0 Upcoming changes
#55Looks like I've got some updating to do in the near future.
Re: Bootstrap 3.0 Upcoming changes
#56Earlier quoted context omitted.
_this_. And why drop support for FF 3.6 too? Is there a technical reason to drop support for older browsers or is it idealism?
When was the last time anybody used FF 3.6? Serious question.
Re: Bootstrap 3.0 Upcoming changes
#57Re: Bootstrap 3.0 Upcoming changes
#58> All variables now use dashes instead of camelCase. For example, it's now @body-background instead of @bodyBackground. Not sure how I feel about this. On one hand that's a pretty large sweeping change that is going to break all my customizations. On the other, dashes look much better in css and I prefer them for class names and so on. Not even sure why, is this some sort of community standard I picked up somewhere a…
Re: Bootstrap 3.0 Upcoming changes
#59I really like how frequently words like 'dropped' 'removed' and 'consolidated' are used. Was a little worried about bloat with the creators now having more time to devote to it. Great to see that wont be a problem!
Re: Bootstrap 3.0 Upcoming changes
#60Earlier quoted context omitted.
The also redid their scaffolding model (grid system) to use percent widths instead of pixel widths, so it seems like the default (and only option) will be for things to behave like the old fluid layouts did.
However I am not looking forward to removing all the row-fluid/container-fluids in my templates.