Skip to content

Instantly share code, notes, and snippets.

@creinartz
Last active September 7, 2016 20:08
Show Gist options
  • Save creinartz/da3e6ec0c834556a728f3e01a217c119 to your computer and use it in GitHub Desktop.
Save creinartz/da3e6ec0c834556a728f3e01a217c119 to your computer and use it in GitHub Desktop.
CSS at trivago article examples
/*
### basic spacing
*/
$gutter: 16px !default;
$gutter-half: ($gutter / 2) !default; // 8px
$gutter-third: ($gutter / 3) !default; // 5,33px
$gutter-quarter: ($gutter / 4) !default; // 4px
$gutter-sixth: ($gutter / 6) !default; // 3px
$gutter-eighth: ($gutter / 8) !default; // 2px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment