SnapKit/_sass/_settings.scss

17 lines
464 B
SCSS

@import "foundation/functions";
$body-bg: #FFF;
$body-font-color: #444;
$body-font-weight: 400;
$body-font-style: normal;
$header-font-color: #444;
$header-font-weight: 500;
$header-font-style: normal;
$header-bottom-margin: 0.75rem;
$body-font-family: "Helvetica Neue", "Helvetica", sans-serif;
$header-font-family: $body-font-family;
// $small-range: (0em, em-calc(767));
// $medium-range: (em-calc(768), em-calc(1023));
// $large-range: (em-calc(1024), 0em);