diff options
Diffstat (limited to 'src/objects/_alert.scss')
-rw-r--r-- | src/objects/_alert.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_alert.scss b/src/objects/_alert.scss index 651ad23..4efacab 100644 --- a/src/objects/_alert.scss +++ b/src/objects/_alert.scss | |||
@@ -16,9 +16,9 @@ | |||
16 | border: props.get(vars.$border-width) solid props.get(vars.$border-color); | 16 | border: props.get(vars.$border-width) solid props.get(vars.$border-color); |
17 | border-radius: props.get(vars.$rounding); | 17 | border-radius: props.get(vars.$rounding); |
18 | 18 | ||
19 | @each $mod, $theme in vars.$themes { | 19 | @each $mod, $theme in vars.$themes-config { |
20 | @include iro.bem-modifier($mod) { | 20 | @include iro.bem-modifier($mod) { |
21 | border-color: props.get(vars.$populated-themes, $theme, --border-color); | 21 | border-color: props.get(vars.$themes, $theme, --border-color); |
22 | } | 22 | } |
23 | } | 23 | } |
24 | } | 24 | } |