src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Fri, 05 May 2017 15:35:04 +0200
changeset 500 33862249f3d7
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.26 for changeset 48b264246562

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