mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 04:09:16 -05:00
11 lines
240 B
SCSS
11 lines
240 B
SCSS
$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;
|
|
|
|
$media-sm: 30rem;
|