This commit is contained in:
2026-04-10 13:26:28 +07:00
parent 18103372ae
commit 071b1f1515
19 changed files with 6879 additions and 131 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;