src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 22 May 2017 12:06:23 +0200
changeset 518 c4dcd3798188
parent 359 e435cad79dfe
permissions -rw-r--r--
Compile assets for production.

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