postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 19:05:48 +0100
changeset 327 44a122f0f2de
parent 315 f5cae9eaa296
permissions -rw-r--r--
Make sure to have a copy of the object.

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