src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 22:21:40 +0200
changeset 584 b5f3daa86400
parent 359 e435cad79dfe
permissions -rw-r--r--
again, correct image destination filename

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