src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 19 May 2017 16:05:10 +0200
changeset 514 accd1fded1a5
parent 359 e435cad79dfe
permissions -rw-r--r--
Improve homepage. - Add best contributors - Add latest annotations - Add most accurate tags

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