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

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