postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 21 Feb 2017 14:35:45 +0100
changeset 332 1670e5e1ed97
parent 315 f5cae9eaa296
permissions -rw-r--r--
Fix bug when moving rect shape on zoomed image.

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