1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add autoprefix to postcss

This commit is contained in:
MrTimscampi 2019-12-30 10:52:16 +01:00
parent 7c66d51a64
commit 509af1a0c3
6 changed files with 7593 additions and 25 deletions

5
postcss.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
plugins: [
require('autoprefixer')
]
}