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

Revert "Add autoprefix to postcss"

This reverts commit 509af1a0c3.
This commit is contained in:
MrTimscampi 2020-01-09 19:40:23 +01:00
parent 50d6864a68
commit b9b3cc7c2e
5 changed files with 25 additions and 202 deletions

View file

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