src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 17:29:33 +0100
changeset 371 6caf02e834aa
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.21 for changeset d53a2e7f3c32

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