> 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.
Bootstrap 3.0 Upcoming changes
21–30 of 149 posts
Re: Bootstrap 3.0 Upcoming changes
#22How about dropping support for LESS and using SASS instead?
Looks like there is already a SASS port:
Re: Bootstrap 3.0 Upcoming changes
#23Really sad they are dropping support for IE7 unfortunately I will not be upgrading to this version then.
_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?
Serious question.
Re: Bootstrap 3.0 Upcoming changes
#24I don't think I saw it on the doc, but is there a projected release date for 3.0? It sounds like there is some pretty awesome updates coming, even though they seem more "back-end" related.
Re: Bootstrap 3.0 Upcoming changes
#25"Dropped all things fluid." What are the implications of this? I'm not a web designer, so does that mean that we have to have fixed-width pages? Won't that make it harder to design web apps? Will someone help to clear up my misunderstanding?
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.
Re: Bootstrap 3.0 Upcoming changes
#26"Dropped all things fluid." What are the implications of this? I'm not a web designer, so does that mean that we have to have fixed-width pages? Won't that make it harder to design web apps? Will someone help to clear up my misunderstanding?
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.
Re: Bootstrap 3.0 Upcoming changes
#27Really sad they are dropping support for IE7 unfortunately I will not be upgrading to this version then.
I don't think it would be THAT hard to add back in support for IE7. Also, I'm sure that not long after the release someone will make a forked version that supports IE7, since so many of us still need to support IE7.
Re: Bootstrap 3.0 Upcoming changes
#28Earlier quoted context omitted.
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.
They also removed all IE7 specific CSS hacks. IE7 will no longer be supported at all.
#ie-warning {
display:none;
}
html.ie7 #ie-warning {
display:block;
}Re: Bootstrap 3.0 Upcoming changes
#29> 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
#30Really sad they are dropping support for IE7 unfortunately I will not be upgrading to this version then.