postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 11:50:57 +0100
changeset 355 004fdb42f063
parent 315 f5cae9eaa296
permissions -rw-r--r--
Change design of controls.

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