feat: 引入tailwind css样式

This commit is contained in:
H0nGzA1
2023-03-23 18:08:41 +08:00
parent fc1ab98b2b
commit a304a49107
6 changed files with 212 additions and 18 deletions

8
web/tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}