src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Tue, 02 May 2017 17:27:58 +0200
changeset 489 0d0e39e9c37c
parent 359 e435cad79dfe
permissions -rw-r--r--
Prepare version 0.0.24

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