src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 24 May 2017 16:55:48 +0200
changeset 527 b56b0a4760f2
parent 359 e435cad79dfe
permissions -rw-r--r--
Increment version to 0.27

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