src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 24 Feb 2017 15:15:27 +0100
changeset 385 d0465086d8d2
parent 359 e435cad79dfe
permissions -rw-r--r--
Allow editing/commenting only for authenticated users.

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