src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 18 Jul 2018 18:17:12 +0200
changeset 573 5197a80bee84
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.6 for changeset 423316923527

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