postcss.config.js 68 Bytes
module.exports = {
  plugins: [
    require('autoprefixer')()
  ]
}