fix stylesheet loop

This commit is contained in:
semanticdata 2023-10-17 11:38:32 -05:00
parent 934ebd4f4c
commit a85ebf8583
2 changed files with 6 additions and 5 deletions

View File

@ -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;

View File

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