src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Sat, 23 Jun 2018 02:26:26 +0200
changeset 550 436d5663b95d
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.1 for changeset 91c2e4022b47

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