1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 01:59:38 +01:00
owncast/web/postcss.config.js
2022-04-25 15:52:38 -07:00

3 lines
77 B
JavaScript

module.exports = {
plugins: ['postcss-flexbugs-fixes', 'autoprefixer'],
};