src_js/iconolab-bundle/postcss.config.js
author Riwad Salim
Wed, 23 May 2018 11:08:54 +0200
changeset 537 0664c4845ce7
parent 359 e435cad79dfe
permissions -rw-r--r--
Removing unspecific items and adding changes to make all views generic on the interface

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