Skip to content

Commit e8b0e48

Browse files
committed
update
1 parent bd06dc2 commit e8b0e48

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: assets/css/main.scss

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
search: false
4+
---
5+
6+
@charset "utf-8";
7+
8+
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
9+
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
10+
@import "minimal-mistakes"; // main partials

0 commit comments

Comments
 (0)