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
-
I'm on a project targeting future features than present browser compat, poly etc..
I find myself using grid more than flexbox, even for simple one dimensional layouting.
.navbar
display: grid
grid-template-columns: min-content 1fr min-content
grid-template-areas: "icon logo burger"
grid-gap: 6px -
@010001111 Grid seems nice, but I've never managed to use it properly. Feels like you need a separate class for every single component.
-
@010001111 Grid is so cool. I'm about to try and build a responsive layout without too many media queries using minmax() tracks 👍 Really neat feature.
Related Rants
Flexbox ❤️
rant
flexbox