diff --git a/.vscode/settings.json b/.vscode/settings.json index 6aae6ea6..c406b560 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,6 +31,7 @@ "editor.formatOnSave": false, "prettier.enable": false, "editor.codeActionsOnSave": { + "source.fixAll.stylelint": "explicit", "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, diff --git a/theme/src/client/components/LayoutContent.vue b/theme/src/client/components/LayoutContent.vue index 296a1b90..0eb4b8f7 100644 --- a/theme/src/client/components/LayoutContent.vue +++ b/theme/src/client/components/LayoutContent.vue @@ -1,18 +1,29 @@