src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 03 May 2017 15:09:11 +0200
changeset 496 2fa2d7d8a34f
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.25 for changeset df9ca34f2122

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