src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 17:51:26 +0100
changeset 372 a9b3d3bb27af
parent 359 e435cad79dfe
permissions -rw-r--r--
correct setup.py again

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