feat: primary color from tailwind

This commit is contained in:
2025-11-07 13:27:36 +03:30
parent a6980bc35b
commit 81a10f6269
15 changed files with 340 additions and 279 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
// postcss.config.mjs
const config = {
plugins: {
"@tailwindcss/postcss": {},
"@tailwindcss/postcss": {}, // ✅ correct for Tailwind 4
autoprefixer: {},
},
};