postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 19:52:22 +0100
changeset 328 c23659daa42d
parent 315 f5cae9eaa296
permissions -rw-r--r--
Show alert when there are no comments.

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