by ninthfrank07 on 6/26/14, 5:04 PM with 44 comments
by xdissent on 6/26/14, 5:46 PM
by chdir on 6/26/14, 6:10 PM
Update : I dropped it in my project followed by s/bootstrap-3.1.1/bootstrap-3.2.0/g . Nothing broken. That's a delight !
by wiseleo on 6/26/14, 8:58 PM
Some of them were affecting me, so I am very happy that this release fixes them.
by chdir on 6/26/14, 8:13 PM
by pepijndevos on 6/26/14, 6:40 PM
by deedubaya on 6/26/14, 5:44 PM
Whenever I see default Bootstrap styles out in the wild though, I get pretty disgusted.
Never trust a company that uses default Bootstrap styles in their production apps. It just shouts "I don't care" or "I don't know any better."
by lcnmrn on 6/26/14, 5:16 PM
You can write a grid system in less than 10 lines of code with Sass. You can also do a typographic mixin in 5 lines of code then customise it as you need. You can also have a icon web font set only for <i> tag in 5 lines of code. What else is there? Forms. You can reset the forms in another 5 lines of code then add stuff for [type=submit] and so on.
Why do you need thousands of lines of code when you can have a pretty nice CSS framework in less than 50 lines of code? This costs you time, money and your site will take more time to render by slow browsers.