--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src_js/iconolab-bundle/postcss.config.js Thu Feb 23 12:06:57 2017 +0100 @@ -0,0 +1,5 @@ +module.exports = { + plugins: [ + require('autoprefixer')({ /* ...options */ }) + ] +}