Y
Hacker News
new
|
ask
|
show
|
jobs
by
Gritt
2781 days ago
Lightweight => 10 KB
I'm actually more looking for a grid system using flex in a few bytes
2 comments
Zealotux
2780 days ago
It's written is Sass, you can simply import only the components that you need such as the grid.
link
cageface
2780 days ago
CSS grid works in all modern browsers now. It’s totally change the way I do layouts and is way less cumbersome to just use directly than these other hand rolled float or flex grid systems.
link