joinpeertube/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2018-09-21 21:00:42 +00:00
module.exports = {
2019-09-11 11:52:20 +00:00
plugins: {
autoprefixer: {}
}
2018-09-21 21:00:42 +00:00
}