|
|
|
|
|
by nitely
2284 days ago
|
|
> complex/nested responsive grids are not simple, unfortunately. How does utilities make complex/nested responsive grid simple, again? I'm arguing semantic css is simpler than using utilities all over the HTML, not that it magically makes responsive design easy. > your grid has zero media queries in it, which means whatever grid classes you were using before were not responsive - which is where 90% of the complexity lives. There are some in the examples [0][1]. Both for responsive design and nested grid, sadly not for both at the same time. It's not much more complex, though, well I guess it depends on how complex are we talking about. Anyway, CSS Grid makes semantic layout a lot simpler now. [0] https://github.com/nitely/semantic-flex-grid/blob/gh-pages/s... [1] https://nitely.github.io/semantic-flex-grid/ |
|