src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 28 Jun 2018 17:36:27 +0200
changeset 561 f3bd5ed7d738
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.3 for changeset 0db3c37b90f1

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