src_js/iconolab-bundle/postcss.config.js
author Riwad Salim
Tue, 05 Jun 2018 13:56:20 +0200
changeset 538 5cc429500a11
parent 359 e435cad79dfe
permissions -rw-r--r--
Remove specific metadatas and add specific metadatas fields to model

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