src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 19:05:31 +0200
changeset 583 cce5f3e52ec9
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.8 for changeset 9ae978afd7b3

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