Ajouter postcss.config.js
Deploy to home / deploy (push) Failing after 1s

This commit is contained in:
cvancau
2026-08-09 15:02:03 +02:00
parent 21b2522c68
commit d6d8096255
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};