This commit is contained in:
2025-04-22 00:05:11 +09:00
parent 58b57a1e02
commit 527bb293b7
16 changed files with 654 additions and 28 deletions

6
postcss.config.js Normal file
View File

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