mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-02-23 19:14:07 +08:00
Some checks reported errors
continuous-integration/drone/push Build encountered an error
11 lines
404 B
SCSS
11 lines
404 B
SCSS
---
|
|
# 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
|