postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 13:16:21 +0100
changeset 339 ba89f767b091
parent 315 f5cae9eaa296
permissions -rw-r--r--
Introduce readonly prop in AnnotationForm & child components.

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