Merge pull request #3906 from gabor-kormany/main

Issue-3895: Make variables root configurable
This commit is contained in:
Jeremy Thomas
2025-04-19 15:29:54 +02:00
committed by GitHub
9 changed files with 14 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
@use "dark";
@use "setup";
:root {
#{cv.$variables-host} {
@include light.light-theme;
@include setup.setup-theme;
}