src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 15 Mar 2017 16:49:22 +0100
changeset 435 26338fe87deb
parent 359 e435cad79dfe
permissions -rw-r--r--
Add form to modify user email.

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