src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 14 Apr 2017 16:35:31 +0200
changeset 464 655136b09cf3
parent 359 e435cad79dfe
permissions -rw-r--r--
Introduce more fields in Folder model.

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