diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..eb022cd --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +};