6
Update: finally figured out why my CSS grid was breaking after 4 hours
3 comments
Log in to join the discussion
Log In3 Comments
blair99017d ago
Oh man, the exact same thing happened to me last week with a missing semicolon in a grid template area.
6
knight.uma18d ago
My last project I spent 2 hours debugging a flexbox issue only to find I had a typo in a media query. Actually I think these layout bugs are worse than JavaScript errors because they look fine at first glance. Its always the simple stuff that eats up the most time.
5
corap6117d ago
Started keeping a snippet library of my working grid setups after the third time I forgot the same property. Saves me from retracing old ground every time.
5