Skip to content

Instantly share code, notes, and snippets.

View ahansson's full-sized avatar
🌴

Atle Hansson ahansson

🌴
View GitHub Profile
@aronhoyer
aronhoyer / _grid.scss
Last active August 29, 2021 21:15
SASS grid system with CSS grid
$screen-sizes: (
xxl: 1920px,
xl: 1440px,
l: 1360px,
ml: 1280px,
m: 768px,
s: 576px
);
$col-count: 24;