postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 17:46:45 +0100
changeset 324 8f19067caeec
parent 315 f5cae9eaa296
permissions -rw-r--r--
Fix comment form.

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