src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 17 May 2017 16:38:08 +0200
changeset 506 4e18e1f69db9
parent 359 e435cad79dfe
permissions -rw-r--r--
Introduce bookmarks feature.

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