postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 17:29:55 +0100
changeset 323 55c024fc7c60
parent 315 f5cae9eaa296
permissions -rw-r--r--
Roughly implement annotation navigator.

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