lots of interesting commonmark extensions at https://commonmark.thephpleague.com/2.4/extensions/overview/
8 lines
134 B
SCSS
8 lines
134 B
SCSS
// Body
|
|
$body-bg: #ffffff;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: 'Noto Sans', serif;
|
|
$font-size-base: 1rem;
|
|
$line-height-base: 1.6;
|