|
|
|
|
|
by wa1987
2113 days ago
|
|
Grid is not a superset of Flexbox. The former always controls the layout in two dimensions (rows & columns). The latter controls one axis and calculates the layout of elements per flex line. Some layouts are impossible with Grid but a perfect fit for Flexbox and vice versa. |
|
Do you have any links to demonstrate this? I’m starting to use grid more and more, so I’d like to have a little advance knowledge of when I shouldn’t apply it.