diff --git a/postcss.config.js b/postcss.config.js index 33ad091d..a47ef4f9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,5 @@ module.exports = { plugins: { - tailwindcss: {}, autoprefixer: {}, }, -} +};