PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
styles
/
base
// Base: Custom properties // - Generated via loops from relevant maps. // Custom variable values only support SassScript inside `#{}`. :root { @each $color, $value in $eps-theme-colors { @if map-get($eps-theme-colors, $color) { --#{$color}: #{$value}; } } @each $color, $value in $eps-theme-elements-colors { @if map-get($eps-theme-elements-colors, $color) { --#{$color}: #{$value}; } } @each $color, $value in $eps-tints { @if map-get($eps-tints, $color) { --gray-#{$color}: #{$value}; } } }
[-] _transitions.scss
[edit]
[+]
..
[+]
dark
[-] _utilities.scss
[edit]
[-] _typography.scss
[edit]
[-] _reset.scss
[edit]
[-] _layout.scss
[edit]
[-] _animations.scss
[edit]
[-] _custom-properties.scss
[edit]