src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 24 Feb 2017 18:04:02 +0100
changeset 393 0aa3af4ab0e6
parent 359 e435cad79dfe
permissions -rw-r--r--
Change annotation URLs in admin area.

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