Frontend: Reformat JS code

This commit is contained in:
Michael Mayer
2020-12-18 14:42:36 +01:00
parent 29145e77b6
commit 003412736e
37 changed files with 3715 additions and 3420 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
plugins: {
"postcss-import": {},
"postcss-preset-env": {},
"cssnano": {},
},
plugins: {
"postcss-import": {},
"postcss-preset-env": {},
cssnano: {},
},
};