src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 13:52:05 +0200
changeset 569 3a6b8a017e31
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.5 for changeset d1469df0b785

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