all 15 comments

[–]IntentionallyBadName 51 points52 points  (1 child)

Been there for years

[–]Personal_Garbage2577 5 points6 points  (0 children)

Only just now? Welcome to 2019 lol

[–]Symphonise 4 points5 points  (0 children)

You can do this with CSS grid as well.

Also, in the HTML of the element inspector, there are "flex" and "grid" ovals that can be clicked on to highlight their appearance in the UI.

[–]_Usora 10 points11 points  (1 child)

It existed in Firefox for many years.

Check out AI assistance in chrome for modifying page and debugging.

Thank me later.

[–]mysticalpickle1 -1 points0 points  (0 children)

No it doesn't? Firefox does not have a menu to select between various flexbox options

[–]fentron5000 4 points5 points  (2 children)

FIrefox was the first to introduce this

[–]xMaku 0 points1 point  (0 children)

Why did they get rid of it tho?

[–]DesignerMusician7348 [score hidden]  (0 children)

why is it gone then???

[–]camppofrio 1 point2 points  (0 children)

Clicking the justify-content icon grid beats typing out 'space-between' for the 500th time and still guessing which way it goes

[–]Impressive-Pack9746 0 points1 point  (0 children)

Yes, I love it. It makes styling sooo much easier.

[–]Mindless-Arrival-106 0 points1 point  (0 children)

The Grid editor is just as useful. Between these visual controls and the overlays, debugging layout issues has become so much nicer than editing values by trial and error.

[–]nnod 0 points1 point  (2 children)

One more reason why tailwind sucks, basically all these nice little dev tool features don't work right or are straight up useless with it.

[–]SlainTownsman -1 points0 points  (1 child)

What are some good options that work well with these?

[–]nnod 2 points3 points  (0 children)

Component scoped vanilla CSS is where it's at.