From 0d834b32b4ef34f05637a68cee6fe8f19160952b Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 21 Apr 2021 08:09:16 +0000 Subject: Replace scss-lint with stylelint Signed-off-by: Takuya Noguchi --- content/assets/stylesheets/help.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/assets/stylesheets/help.scss') diff --git a/content/assets/stylesheets/help.scss b/content/assets/stylesheets/help.scss index e78da6cc..1e3b0f10 100644 --- a/content/assets/stylesheets/help.scss +++ b/content/assets/stylesheets/help.scss @@ -25,7 +25,6 @@ version: 4 } } - // scss-lint:disable QualifyingElement h4, h5 { border-bottom: 0; @@ -47,7 +46,6 @@ version: 4 margin-bottom: 0; color: $help-gray-900; } - // scss-lint:enable QualifyingElement .help-icon, .toggle-icon { @@ -55,11 +53,9 @@ version: 4 vertical-align: text-top; } - // scss-lint:disable ImportantRule .help-icon { margin-left: 0 !important; } - // scss-lint:enable ImportantRule .toggle-icon { float: right; -- cgit v1.2.3