src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 21 Mar 2017 11:36:00 +0100
changeset 455 aff03a86c471
parent 359 e435cad79dfe
permissions -rw-r--r--
Remove inline styles.

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