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

Fix style in postcss config

This commit is contained in:
MrTimscampi 2020-03-13 09:46:11 +01:00
parent ca01ca50b1
commit 6824ed567e

View file

@ -1,4 +1,4 @@
const postcssPresetEnv = require('postcss-preset-env')
const postcssPresetEnv = require('postcss-preset-env');
const cssnano = require('cssnano');
const config = () => ({
@ -6,6 +6,6 @@ const config = () => ({
postcssPresetEnv(),
cssnano()
]
})
});
module.exports = config