src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 17 Mar 2017 14:53:01 +0100
changeset 446 f6462c744978
parent 359 e435cad79dfe
permissions -rw-r--r--
Add labels to tags notation buttons.

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