src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 21 Mar 2017 11:36:42 +0100
changeset 456 2eabe92f91e6
parent 359 e435cad79dfe
permissions -rw-r--r--
Repeat unread notifications count in user sidebar.

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