assets/main.scss: apparently github-pages doesn't recognise use
This commit is contained in:
parent
7ab6b37b50
commit
20b1992a03
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
|
|
||||||
@use "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark !important;
|
color-scheme: light dark !important;
|
||||||
|
|
Loading…
Reference in New Issue