src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Sat, 30 Jun 2018 00:54:13 +0200
changeset 563 b2702fa72a72
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.4 for changeset 303a7b5e8e59

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