3 lines
63 B
SCSS
3 lines
63 B
SCSS
@function themed($key) {
|
|
@return map-get($theme-map, $key);
|
|
} |
@function themed($key) {
|
|
@return map-get($theme-map, $key);
|
|
} |