diff --git a/postcss.config.js b/postcss.config.js index 2aa7205..8567b4c 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ -export default { +module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, -}; +}; \ No newline at end of file