jellyfin-web/postcss.config.js

6 lines
74 B
JavaScript
Raw Normal View History

2019-12-30 02:52:16 -07:00
module.exports = {
plugins: [
require('autoprefixer')
]
}