diff --git a/postcss.config.js b/postcss.config.js index 67cdf1a..d41ad63 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ -module.exports = { +export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, -}; +}