postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 15 Feb 2017 16:42:06 +0100
changeset 320 81945eedc63f
parent 315 f5cae9eaa296
permissions -rw-r--r--
Introduce refactored components using Vue.js.

module.exports = {
  plugins: [
    require('autoprefixer')({ /* ...options */ })
  ]
}