src_js/iconolab-bundle/postcss.config.js
author duong tam kien <tk@deveha.com>
Thu, 11 May 2017 15:45:08 +0200
changeset 501 fc3df41fb607
parent 359 e435cad79dfe
permissions -rw-r--r--
adds wireframes to the repo (11.05.2017)

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