go-view/src/styles/common/mixins/function.scss
2021-12-15 22:16:16 +08:00

3 lines
63 B
SCSS

@function themed($key) {
@return map-get($theme-map, $key);
}