mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fixes #3895
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user