This commit is contained in:
Jeremy Thomas
2025-04-19 15:39:25 +02:00
parent 29e063e695
commit e133d45b7a
9 changed files with 12 additions and 14 deletions

View File

@@ -1,13 +1,14 @@
/* Bulma Themes */
@charset "utf-8";
@use "../utilities/initial-variables" as iv;
@use "../utilities/css-variables" as cv;
@use "light";
@use "dark";
@use "setup";
#{cv.$variables-host} {
#{iv.$variables-host} {
@include light.light-theme;
@include setup.setup-theme;
}