1 Star 0 Fork 3

jointsoft/solo-ui

forked from Gentleman/solo-ui 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tailwind.config.js 455 Bytes
Copy Edit Raw Blame History
Gentleman authored 2023-09-12 11:47 . init
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
corePlugins: {
preflight: false
},
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {
bg_color: "var(--el-bg-color)",
primary: "var(--el-color-primary)",
text_color_primary: "var(--el-text-color-primary)",
text_color_regular: "var(--el-text-color-regular)"
}
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jointsoft/solo-ui.git
git@gitee.com:jointsoft/solo-ui.git
jointsoft
solo-ui
solo-ui
master

Search

0d507c66 1850385 C8b1a773 1850385