src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Mon, 14 May 2018 16:45:43 +0200
changeset 534 f65361a277aa
parent 359 e435cad79dfe
permissions -rw-r--r--
add postgres to docker services

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