Earlier 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?
There's a great reason. Browsers are advancing, and it makes sense to gradually take advantage of features as most of the mainstream browsers start supporting them. The hacks required to make older versions behave tend to pile up with time, increasing complexity and maintenance overhead for the developers. There gets to be a point where the complexity and overhead is no longer worthwhile to appease a very slim demogr…
Bootstrap 3.0 Upcoming changes
41–50 of 149 posts
Re: Bootstrap 3.0 Upcoming changes
#42Earlier 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
#43Exciting! I really hope they do end up going with multiple modal widths in 3.1, as I've had to do this myself on more than a few occasions. On a side note, I'm curious as to why they decided to refactor their variable names to include dashes instead of just sticking with camel casing. Personally, I find camel casing to be much more readable.
For a while the dash-ing annoyed me until I realized that it makes selecting/changing part of a variable name easier (at least in vim). Can't imagine that's the reasoning behind it but it does work out well.
I suppose it doesn't make _too_ much of a difference considering I prefer to use hyphens in my css classes anyway, but this just seemed like a somewhat useless change that will end up breaking a lot of customization's..
Re: Bootstrap 3.0 Upcoming changes
#44How about dropping support for LESS and using SASS instead?
You mean, "how about re-engineering the entire project for little benefit"? LESS vs SASS is one of the more infuriating "this vs that" argument circling the web right now, because everyone is so inexplicably vocal and passionate about it. Looks like there is already a SASS port: https://github.com/thomas-mcdonald/bootstrap-sass
I personally think SASS has won out over LESS since the introduction of SCSS and if Bootstrap dropped support LESS would gradually fade away.
Re: Bootstrap 3.0 Upcoming changes
#45Earlier 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
#46Earlier quoted context omitted.
I don't see why you couldn't. It's pretty easy to find media queries in the CSS, because of the unique styling they have in the CSS file.
Right, but if I want to disable it right now, I simply remove the include and updates to Bootstrap don't require me to do any extra work. If it's not easy to remove, I'm guessing that I can just set the large format to something ridiculously high for the minimum width.
Re: Bootstrap 3.0 Upcoming changes
#47Earlier quoted context omitted.
You mean, "how about re-engineering the entire project for little benefit"? LESS vs SASS is one of the more infuriating "this vs that" argument circling the web right now, because everyone is so inexplicably vocal and passionate about it. Looks like there is already a SASS port: https://github.com/thomas-mcdonald/bootstrap-sass
The SASS ports tend to lag behind the original or don't leverage the full potential of SASS/Compass. I personally think SASS has won out over LESS since the introduction of SCSS and if Bootstrap dropped support LESS would gradually fade away.
Re: Bootstrap 3.0 Upcoming changes
#48Earlier 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.
Still, I don't doubt that there are lots of public computers (in libraries, for example) running Firefox 3.6 today. I've seen even older.
Re: Bootstrap 3.0 Upcoming changes
#49Earlier 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
#50Earlier quoted context omitted.
Right, but if I want to disable it right now, I simply remove the include and updates to Bootstrap don't require me to do any extra work. If it's not easy to remove, I'm guessing that I can just set the large format to something ridiculously high for the minimum width.
May I ask why you'd like to? I've invested in a large monitor to avoid being stuck with thin column layouts.