src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 16 Mar 2017 13:14:44 +0100
changeset 442 de38f6ddaff5
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.22 for changeset 1b9ce022efe9

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