0
owncast/web/postcss.config.js

4 lines
77 B
JavaScript
Raw Normal View History

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