src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 20:27:39 +0100
changeset 383 b38ee6c486ce
parent 359 e435cad79dfe
permissions -rw-r--r--
Make browser history work.

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