This commit is contained in:
2025-10-21 13:54:21 +07:00
parent 6c4d6c49fc
commit f89ff598a2
40 changed files with 40767 additions and 145 deletions

6
postcss.config.js Normal file
View File

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