xmpp.chapril.org-conversejs/postcss.config.js
JC Brand 3f6ad0d950 CSS build fixes
- Bump postcss.
- Remove postcss-clean. It's incompatible with newer versions and
  apparently unnecesary.
- Finally got CSS source maps to work again
2023-02-20 12:43:20 +01:00

7 lines
95 B
JavaScript

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