mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-06-07 02:12:14 +08:00
6 lines
118 B
SCSS
6 lines
118 B
SCSS
/* 颜色调用函数
|
|
------------------------------- */
|
|
@function set-color($key) {
|
|
@return var(--color-#{$key});
|
|
}
|