postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 18:43:34 +0100
changeset 326 b962ae792616
parent 315 f5cae9eaa296
permissions -rw-r--r--
Make CommentList more isolated.

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