src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Fri, 15 Jun 2018 16:45:57 +0200
changeset 544 3e48e2e2c0ce
parent 359 e435cad79dfe
permissions -rw-r--r--
Create a generic import image command

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