src_js/iconolab-bundle/postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 14 Mar 2017 13:07:45 +0100
changeset 423 729e51dd282e
parent 359 e435cad79dfe
permissions -rw-r--r--
Do not display comment box when not authenticated.

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