config tailwind

This commit is contained in:
2025-05-31 14:46:26 +03:30
parent d81d32fe4b
commit b8c3ebcee3
7 changed files with 248 additions and 109 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
const config = {
plugins: ["@tailwindcss/postcss"],
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;