src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 13:42:46 +0200
changeset 574 ad370eb2b020
parent 359 e435cad79dfe
permissions -rw-r--r--
Add link_text and link_url to importcollection + update version

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