src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 24 Feb 2017 16:52:37 +0100
changeset 388 3133bd0207e4
parent 359 e435cad79dfe
permissions -rw-r--r--
Actually bind isAuthenticated.

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