owncast/web/postcss.config.js

4 lines
77 B
JavaScript
Raw Normal View History

2022-04-18 03:50:39 +02:00
module.exports = {
plugins: ['postcss-flexbugs-fixes', 'autoprefixer'],
};