Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
JTBringe6098yCSS-Tricks has a great article on flexbox: https://css-tricks.com/snippets/...
I like flexbox, but whenever I've tried to use it in projects, Safari < v9 has flipped its shit and completely broken the site, even though caniuse.com says it supports flexbox. And as we have to support every single fucking browser, I never got to use it.
No Bootstrap columns with dynamic heights, only fixed heights and hiding overflowing text :(
No problems in Safari 10... -
I like flexbox also. Its a very nice thing. Especially when you want to make your site responsive. Its a little bit hard in the beginning, but afther your learned how to use it and stuff, it becomes very easy to use and you will play with it. 😛
-
@tahnik that's what I hear.
Perhaps another time though. I was tired of getting no where with it and just went back to using what I know.
5 minutes later I was submitting a commit.
The new project I've been assigned to at work is using flex-box. I've always heard such great things but not had the chance/got around to trying it.
So far I absolutely hate it. Anyone else?
undefined