chore: centralized the themeing and fix styles

This commit is contained in:
ghost2023
2026-05-19 16:51:41 +03:00
parent f9b96c143e
commit 024871c127
14 changed files with 459 additions and 110 deletions

View File

@@ -0,0 +1,6 @@
// Optional PostCSS configuration for applications that need it
export const postcssConfig = {
plugins: {
"@tailwindcss/postcss": {},
},
};