(no title)
sirius87 | 2 years ago
In a rush, what would help me refresh flexbox knowledge is being able to drag and drop the frog, snapped to a 3x3 grid, and get the flexbox CSS code as output.
Still a very thoughtful tutorial.
(EDIT: The reason I said the above is I've personally given up on keeping up with new CSS stuff. Having written CSS off and on since IE7 days, basically I have no energy to keep css tricks in memory, having lived through hand coding vendor prefix flags and whatever the new Chrome Canary is thrusting down the pipe)
dsego|2 years ago
qingcharles|2 years ago
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_la...
I think Safari has it because the guy that wrote the spec now works at Apple. Not 100% sure of that, but seems that way.
The code is in Chromium, just nobody ever hit the GO button.
klabb3|2 years ago
I’ve found that grids are a little easier to maintain a flat hierarchy and avoid complexity, but the downside is it also doesn’t modularize that well – you need to compose all the cells together, some of which probably should belong in a child “component”.
krsdcbl|2 years ago