From 2601cf6233357a43f82edfdd6d48378dbc53e0da Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 23 Jun 2022 21:02:56 +0200 Subject: [PATCH] stylelint: block-closing-brace-space-before --- .stylelintrc.json | 1 - pkg/shell/nav.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index b1eac27a273..f6208613675 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,7 +7,6 @@ "at-rule-name-space-after": null, "at-rule-no-vendor-prefix": null, "at-rule-semicolon-newline-after": null, - "block-closing-brace-space-before": null, "block-opening-brace-newline-after": null, "block-opening-brace-newline-before": null, "block-opening-brace-space-after": null, diff --git a/pkg/shell/nav.scss b/pkg/shell/nav.scss index dfb18cd065b..3aae9fecbee 100644 --- a/pkg/shell/nav.scss +++ b/pkg/shell/nav.scss @@ -682,5 +682,5 @@ $desktop: $phone + 1px; 0% { opacity: 0; max-height: 0; max-width: 0; } 50% { opacity: 0; max-height: 0; max-width: 0; } 75% { opacity: 0; max-height: 100%; max-width: 100%; } - 100% {opacity: 1; max-height: 100%; max-width: 100%} + 100% {opacity: 1; max-height: 100%; max-width: 100% } }