src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 28 Jun 2018 17:35:03 +0200
changeset 560 0db3c37b90f1
parent 359 e435cad79dfe
permissions -rw-r--r--
Remove specific analytics code

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