1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-12-30 13:08:30 +03:00
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'],
};