1
0
Fork 0
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:
heyarne 2019-03-08 08:47:10 +01:00
commit 909b737322
3 changed files with 635 additions and 351 deletions

5
postcss.config.js Normal file
View file

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