SnapKit/_sass/_settings.scss

17 lines
464 B
SCSS
Raw Normal View History

2015-04-16 20:10:40 +08:00
@import "foundation/functions";
2015-04-15 18:52:48 +08:00
$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;
2015-04-16 20:10:40 +08:00
$header-bottom-margin: 0.75rem;
2015-04-15 18:52:48 +08:00
2022-04-13 12:05:32 +08:00
$body-font-family: "Helvetica Neue", "Helvetica", sans-serif;
2015-04-15 18:52:48 +08:00
$header-font-family: $body-font-family;
2015-04-16 20:10:40 +08:00
// $small-range: (0em, em-calc(767));
// $medium-range: (em-calc(768), em-calc(1023));
// $large-range: (em-calc(1024), 0em);