src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 17:26:21 +0100
changeset 369 ec6cd8ca2407
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.21 for changeset fa0393f81302

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