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

3
src/assets/tailwind.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;