Create App/ModifiedTrans

This commit is contained in:
pand03
2026-02-12 16:42:39 +07:00
parent 5f3948c989
commit 4321bc1fdd
30 changed files with 31264 additions and 83 deletions

6
postcss.config.js Normal file
View File

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