src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Mon, 14 May 2018 15:36:23 +0200
changeset 533 e829a7cb5cb7
parent 359 e435cad79dfe
permissions -rw-r--r--
add import command remark in README.md

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