mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Add autoprefixer
This commit is contained in:
parent
abfe6f164c
commit
909b737322
3 changed files with 635 additions and 351 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