src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 18:09:23 +0200
changeset 576 68ea0b063308
parent 359 e435cad79dfe
permissions -rw-r--r--
Change the way images are handled and stored in importimages. Images are now renamed. The expected list of image must be a list of readable paths. Increment the version nb

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