postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 09 Feb 2017 16:14:53 +0100
changeset 316 ffa87fe82904
parent 315 f5cae9eaa296
permissions -rw-r--r--
Missing webpack.config.js from previous commit.

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