src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 14 Mar 2017 16:49:55 +0100
changeset 432 597cc594e753
parent 359 e435cad79dfe
permissions -rw-r--r--
Always add custom tag on top of list when no tags matches.

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