src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 18:11:04 +0200
changeset 577 5c37591dd87d
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.1.8 for changeset 68ea0b063308

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