|
|
|
|
|
by nitely
2286 days ago
|
|
Sass removes most of the cruft. I made a semantic flex grid many years ago, and the result was a lot more clean than using utilities, even in the css side [0]. This was before CSS Grid Layout was widely supported, nowadays you can use plain CSS grids and get similar results. [0] https://github.com/nitely/semantic-flex-grid/ |
|
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.
complex/nested responsive grids are not simple, unfortunately. i've made one, too: https://github.com/leeoniya/flecks