mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
build: trident-sync prepare
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// import { getThemeVariables } from "ant-design-vue/dist/theme";
|
||||
// import path from "path";
|
||||
// const resolve = path.resolve;
|
||||
export function generateModifyVars(dark = false) {
|
||||
//const modifyVars = getThemeVariables({ dark });
|
||||
// const vars = `${resolve("src/style/theme/index.less")}`;
|
||||
return {
|
||||
//...modifyVars
|
||||
// hack: `true; @import (reference) "${vars}";`
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user