This commit is contained in:
2025-12-16 21:23:28 +03:00
commit cb0b14799e
15 changed files with 1109 additions and 0 deletions

7
web/postcss.config.mjs Normal file
View File

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