3 lines
63 B
SCSS
Raw Normal View History

2021-12-15 22:16:16 +08:00
@function themed($key) {
@return map-get($theme-map, $key);
}