You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
404 B
10 lines
404 B
--- |
|
# Only the main Sass file needs front matter (the dashes are enough) |
|
search: false |
|
--- |
|
|
|
@charset "utf-8"; |
|
|
|
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; |
|
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin |
|
@import "minimal-mistakes"; // main partials
|
|
|