xmpp.chapril.org-conversejs/postcss.config.js
JC Brand 9ae71104c2 webpack: split css out into separate file
- Add postcss with autoprefixer and cleancss
2019-08-23 14:56:10 +02:00

8 lines
128 B
JavaScript

/* global module */
module.exports = {
plugins: [
require('autoprefixer'),
require('postcss-clean')
]
}