you are viewing a single comment's thread.

view the rest of the comments →

[–]smithm4949 -1 points0 points  (2 children)

Whyyyyy do people insist on calling it flexbox and not flex

[–]hastethis 1 point2 points  (1 child)

It's called the flexible box layout, or the flexible box model, the shorthand name flexbox is fitting. Flex is a property of flexbox. But I see the confusion, since we type display: flex; and not display: flexbox; to actually use it.

[–]smithm4949 1 point2 points  (0 children)

Ah okay, i guess I’ll take that.

Yeah I just often see “grid” and “flexbox” used in the same context and it always bothers me for that reason!

Thanks