Update PostCSS config

This commit is contained in:
Zep Fietje
2022-10-16 11:42:00 +02:00
parent ae0c66c216
commit af9a97c44f

View File

@@ -1,6 +1,6 @@
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
}; };