chore: migrate PostCSS and Tailwind configuration to .mjs format

This commit is contained in:
MythEclipse
2026-05-07 21:03:30 +07:00
parent b0dde3c885
commit 262dbfafbe
2 changed files with 4 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};