src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 16 Mar 2017 13:14:35 +0100
changeset 441 1b9ce022efe9
parent 359 e435cad79dfe
permissions -rw-r--r--
try to correct appdi install probel (cf https://github.com/ActiveState/appdirs/issues/89)

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