feat: primary color from tailwind
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
// postcss.config.mjs
|
||||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
"@tailwindcss/postcss": {}, // ✅ correct for Tailwind 4
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user