update new

This commit is contained in:
2025-03-18 10:57:00 +07:00
parent 6dfa941a2f
commit af2175ebc2
26 changed files with 1285 additions and 629 deletions

6
postcss.config.js Normal file
View File

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