We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81854f5 commit b998eacCopy full SHA for b998eac
assets/styles/abstracts/_theme.scss
@@ -100,17 +100,3 @@ $themes: (
100
'separator-line-color': #6b6b6b,
101
),
102
);
103
-
104
-@mixin ktheme() {
105
- @each $theme, $map in $themes {
106
- $theme-map: $map !global;
107
- .#{$theme} & {
108
- @content;
109
- }
110
111
- $theme-map: null !global;
112
-}
113
114
-@function theme($key) {
115
- @return map-get($theme-map, $key);
116
libs/ui/src/scss/_theme.scss
@@ -102,17 +102,3 @@ $themes: (
'toggle-active-switch': #363234,
117
118
0 commit comments