src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 02 Aug 2018 11:08:33 +0200
changeset 590 b4464d8a84a3
parent 359 e435cad79dfe
permissions -rw-r--r--
MAX_IMAGE_PIXELS must be set to None to be completely ignored.

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