Skip to content

Instantly share code, notes, and snippets.

View nico-martin's full-sized avatar
🤷‍♂️
I have no idea what I'm doing.. 90% of the time..

Nico Martin nico-martin

🤷‍♂️
I have no idea what I'm doing.. 90% of the time..
View GitHub Profile
@nico-martin
nico-martin / hello-grid.scss
Last active March 24, 2017 14:48
A little Grid Snippet we use at sayhello.ch
/**
* Settings
*/
$grid-space-x : 2rem;
$grid-padding : ($grid-space-x/2);
$grid-columns : 12;
$grid-size : 1200px;