mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
3 lines
63 B
SCSS
3 lines
63 B
SCSS
@function themed($key) {
|
|
@return map-get($theme-map, $key);
|
|
} |