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