Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Dec 1, 2024
1 parent 7a6467e commit 4631f71
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@

@charset "utf-8";

// @import "_layout";
// @import "_syntax-highlighting";
@import
"layout",
"syntax-highlighting"
;

// github build 会失败
// @use "_layout";
// @use "_syntax-highlighting";



html {
font-size: 14px;
Expand Down

0 comments on commit 4631f71

Please sign in to comment.