feat: add tailwind css.

This commit is contained in:
2023-03-18 16:41:15 +08:00
parent 3b52a796fc
commit 6ea8325b15
10 changed files with 505 additions and 160 deletions

6
postcss.config.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}