diff --git a/Elec/postcss.config.js b/Elec/postcss.config.js index de58125..2b75bd8 100644 --- a/Elec/postcss.config.js +++ b/Elec/postcss.config.js @@ -1,5 +1,6 @@ export default { plugins: { + tailwindcss: {}, autoprefixer: {} } }