src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Sun, 24 Jun 2018 02:18:00 +0200
changeset 553 607d8b240b00
parent 359 e435cad79dfe
permissions -rw-r--r--
add query context parameter to search views

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