diff --git a/postcss.config.js b/postcss.config.js index f053ebf7..0ff35571 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1 +1,5 @@ -module.exports = {}; +module.exports = { + plugins: [ + require("autoprefixer") + ] +} \ No newline at end of file