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:
parent
7c66d51a64
commit
509af1a0c3
6 changed files with 7593 additions and 25 deletions
5
postcss.config.js
Normal file
5
postcss.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer')
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue