src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Fri, 22 Jun 2018 11:33:17 +0200
changeset 546 59d7cb99f4df
parent 359 e435cad79dfe
permissions -rw-r--r--
small import image correction. Check the target dir

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