diff options
Diffstat (limited to 'src/objects/_divider.vars.scss')
| -rw-r--r-- | src/objects/_divider.vars.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_divider.vars.scss b/src/objects/_divider.vars.scss index 01c4b92..4a55f36 100644 --- a/src/objects/_divider.vars.scss +++ b/src/objects/_divider.vars.scss | |||
| @@ -46,15 +46,15 @@ $static-themes: props.def(--o-divider); | |||
| 46 | )); | 46 | )); |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | $themes-config: --accent --negative !default; | 49 | $themes-config: accent negative !default; |
| 50 | 50 | ||
| 51 | $themes: props.def(--o-divider); | 51 | $themes: props.def(--o-divider); |
| 52 | 52 | ||
| 53 | @each $theme in $themes-config { | 53 | @each $theme in $themes-config { |
| 54 | $themes: props.merge($themes, ( | 54 | $themes: props.merge($themes, ( |
| 55 | $theme: ( | 55 | --#{$theme}: ( |
| 56 | --bg: props.get(core.$theme, $theme, --800), | 56 | --bg: props.get(core.$theme, --#{$theme}, --800), |
| 57 | --label: props.get(core.$theme, $theme, --1000), | 57 | --label: props.get(core.$theme, --#{$theme}, --1000), |
| 58 | ) | 58 | ) |
| 59 | )); | 59 | )); |
| 60 | } | 60 | } |
