mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
fix stylesheet loop
This commit is contained in:
parent
934ebd4f4c
commit
a85ebf8583
@ -1,8 +1,7 @@
|
||||
@use "./custom.scss";
|
||||
@use "./explorer.scss";
|
||||
@use "./syntax.scss";
|
||||
@use "./callouts.scss";
|
||||
@use "./variables.scss" as *;
|
||||
@use "variables" as *;
|
||||
@use "syntax";
|
||||
@use "callouts";
|
||||
@use "explorer";
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
|
||||
@ -1 +1,3 @@
|
||||
@use "./base.scss";
|
||||
|
||||
// put your custom CSS here!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user