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