src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 07 Jun 2018 16:07:52 +0200
changeset 542 43ab3f4695f7
parent 359 e435cad79dfe
permissions -rw-r--r--
update of annotation client javascript dependencies

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