joinpeertube/postcss.config.js
2019-09-11 14:07:19 +02:00

5 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}