Add frontend postcss config

This commit is contained in:
2026-01-26 21:50:35 +11:00
parent 13029a5a23
commit abe48de039
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}