diff options
Diffstat (limited to 'src/_themes.scss')
-rw-r--r-- | src/_themes.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_themes.scss b/src/_themes.scss index 32b617b..1a4f36a 100644 --- a/src/_themes.scss +++ b/src/_themes.scss | |||
@@ -70,4 +70,13 @@ | |||
70 | } | 70 | } |
71 | } | 71 | } |
72 | } | 72 | } |
73 | |||
74 | @each $theme in map.keys(props.get(vars.$transparent-colors)) { | ||
75 | $theme-name: static-#{string.slice($theme, 3)}; | ||
76 | |||
77 | @include bem.theme($theme-name) { | ||
78 | color: props.get(vars.$transparent-colors, $theme, --text); | ||
79 | background-color: props.get(vars.$transparent-colors, $theme, --900); | ||
80 | } | ||
81 | } | ||
73 | } | 82 | } |