src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Thu, 07 Jun 2018 01:05:30 +0200
changeset 540 7ef07982268a
parent 359 e435cad79dfe
permissions -rw-r--r--
correct generic footer

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