11 lines
240 B
SCSS
Raw Normal View History

2015-11-11 21:31:53 +01:00
$base-bgcolor: #fdfdfd;
$base-border-color: #808080;
$base-color: #111;
$base-font-family-fallback: sans-serif;
$base-font-family: Helvetica Neue;
$base-font-size: .875rem;
$base-font-weight: 400;
$base-line-height: 1.5;
2015-02-27 15:32:37 +01:00
2015-11-11 21:31:53 +01:00
$media-sm: 30rem;