github.com/gobuffalo/buffalo-cli/v2@v2.0.0-alpha.15.0.20200919213536-a7350c8e6799/cli/internal/plugins/webpack/newapp/templates/postcss.config.js.tmpl (about)

     1  module.exports = {
     2      plugins: [
     3          require('autoprefixer')
     4      ]
     5  }