chore: add tailwind css

This commit is contained in:
trafficlunar 2024-12-03 19:56:50 +00:00
parent 7bad3cb84a
commit 71316784c5
5 changed files with 2592 additions and 0 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}