src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Tue, 02 May 2017 17:28:18 +0200
changeset 490 836e311fb17d
parent 359 e435cad79dfe
permissions -rw-r--r--
Added tag 0.0.24 for changeset 0d0e39e9c37c

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