src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 28 Apr 2017 11:29:47 +0200
changeset 482 b71475c27159
parent 359 e435cad79dfe
permissions -rw-r--r--
Add page with list of revisions.

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