src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 16 Mar 2017 13:02:58 +0100
changeset 440 92fc96eb87c9
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.22 for changeset 11700408906d

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