src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 23 May 2017 16:49:39 +0200
changeset 524 a051b60f4b26
parent 359 e435cad79dfe
permissions -rw-r--r--
Fix secondary collections.

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