src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 24 Feb 2017 16:56:30 +0100
changeset 389 583a366e298c
parent 359 e435cad79dfe
permissions -rw-r--r--
Fix usage of isAuthenticated.

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