feat: 添加 Tailwind CSS 支持,更新样式文件并移除不必要的文件
All checks were successful
/ test (push) Successful in 27s

This commit is contained in:
严浩
2024-11-22 17:59:32 +08:00
parent 7fdbea82d6
commit 0b40d065ca
9 changed files with 11 additions and 144 deletions

View File

@ -2,8 +2,8 @@
export default {
prefix: '',
content: [
"./index.html",
"./src/**/*.vue",
// "./index.html",
// "./src/**/*.vue",
"./formkit.config.theme.ts",
"./formkit.config.ts",
],