mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Fixes #3895
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
@use "initial-variables" as iv;
|
||||
@use "functions" as fn;
|
||||
|
||||
$variables-host: iv.$variables-host;
|
||||
|
||||
@function buildVarName($name, $prefix: "", $suffix: "") {
|
||||
@return "--#{iv.$cssvars-prefix}#{$prefix}#{$name}#{$suffix}";
|
||||
}
|
||||
@@ -497,7 +495,7 @@ $variables-host: iv.$variables-host;
|
||||
|
||||
@mixin system-theme($name) {
|
||||
@media (prefers-color-scheme: #{$name}) {
|
||||
#{$variables-host} {
|
||||
#{iv.$variables-host} {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user