1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/postcss.config.js
2019-12-30 11:01:07 +01:00

5 lines
74 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}