owncast/web/postcss.config.js

4 lines
77 B
JavaScript
Raw Normal View History

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