src_js/iconolab-bundle/postcss.config.js
author ymh <ymh.work@gmail.com>
Wed, 27 Jun 2018 15:50:14 +0200
changeset 556 3fd4e04004f6
parent 359 e435cad79dfe
permissions -rw-r--r--
Move importcollection and importmetacategories commands to the generic project. Add unique constraint to Metacategories

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