Issue-3895: Make variables root configurable

This commit is contained in:
gabor.kormany
2024-09-16 16:36:28 +02:00
parent 9a1b620195
commit 646d520b62
9 changed files with 14 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ $pre-font-size: 0.875em !default;
$pre-padding: 1.25rem 1.5rem !default;
$pre-code-font-size: 1em !default;
:root {
#{cv.$variables-host} {
@include cv.register-vars(
(
"body-background-color": #{$body-background-color},

View File

@@ -9,7 +9,7 @@ $skeleton-block-min-height: 4.5em !default;
$skeleton-lines-gap: 0.75em !default;
$skeleton-line-height: 0.75em !default;
:root {
#{cv.$variables-host} {
@include cv.register-vars(
(
"skeleton-background": #{$skeleton-background},