mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-22 04:05:19 +08:00
feat: 前端升级至vue3,后端代码结构重构,新增权限管理相关功能
This commit is contained in:
5
mayfly_go_web/src/theme/mixins/function.scss
Normal file
5
mayfly_go_web/src/theme/mixins/function.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
/* 颜色调用函数
|
||||
------------------------------- */
|
||||
@function set-color($key) {
|
||||
@return var(--color-#{$key});
|
||||
}
|
||||
Reference in New Issue
Block a user