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:
parent
ca01ca50b1
commit
6824ed567e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
const postcssPresetEnv = require('postcss-preset-env')
|
const postcssPresetEnv = require('postcss-preset-env');
|
||||||
const cssnano = require('cssnano');
|
const cssnano = require('cssnano');
|
||||||
|
|
||||||
const config = () => ({
|
const config = () => ({
|
||||||
|
@ -6,6 +6,6 @@ const config = () => ({
|
||||||
postcssPresetEnv(),
|
postcssPresetEnv(),
|
||||||
cssnano()
|
cssnano()
|
||||||
]
|
]
|
||||||
})
|
});
|
||||||
|
|
||||||
module.exports = config
|
module.exports = config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue