src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 16 Mar 2017 13:02:49 +0100
changeset 439 11700408906d
parent 359 e435cad79dfe
permissions -rw-r--r--
define version 0.0.22

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