diff --git a/postcss.config.js b/postcss.config.js index e69de29..e2dc478 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + } +} \ No newline at end of file