mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Issue-3895: Make variables root configurable
This commit is contained in:
@@ -16,7 +16,10 @@ $control-padding-horizontal: calc(0.75em - #{$control-border-width}) !default;
|
||||
|
||||
$control-focus-shadow-l: 50% !default;
|
||||
|
||||
:root {
|
||||
@debug cv.$variables-host;
|
||||
@debug iv.$radius;
|
||||
|
||||
#{cv.$variables-host} {
|
||||
@include cv.register-vars(
|
||||
(
|
||||
"control-radius": #{$control-radius},
|
||||
|
||||
Reference in New Issue
Block a user