src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 12:06:57 +0100
changeset 359 e435cad79dfe
parent 315 postcss.config.js@f5cae9eaa296
permissions -rw-r--r--
Move JS conf files back to iconolab-bundle folder.

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