src_js/iconolab-bundle/postcss.config.js
author Riwad Salim
Tue, 26 Jun 2018 16:06:53 +0200
changeset 555 907d5bfef8d6
parent 359 e435cad79dfe
permissions -rw-r--r--
fixing indexation problem and add method for natural key in model

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