This commit is contained in:
mii
2024-08-03 15:10:22 +09:00
commit 59c1ecce7b
57 changed files with 8507 additions and 0 deletions

6
postcss.config.js Normal file
View File

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