fix(css): import base from custom instead of the other way around (#536)

This commit is contained in:
Jacky Zhao
2023-10-14 13:45:56 -07:00
committed by GitHub
parent 61a45e25de
commit 1857c17d5c
4 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,6 @@
@use "./custom.scss";
@use "./variables.scss" as *;
@use "./syntax.scss";
@use "./callouts.scss";
@use "./variables.scss" as *;
html {
scroll-behavior: smooth;

View File

@ -1 +1,3 @@
@use "./base.scss";
// put your custom CSS here!