postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 12:10:03 +0100
changeset 338 4aa67dd268ce
parent 315 f5cae9eaa296
permissions -rw-r--r--
Fix TagList when changing annotation, collapse tags on change.

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