src_js/iconolab-bundle/postcss.config.js
author duong tam kien <tk@deveha.com>
Tue, 28 Feb 2017 17:00:47 +0100
changeset 402 376158f6d760
parent 359 e435cad79dfe
permissions -rw-r--r--
hides title and description if there is none

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