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