From 5792beff846bc8a1184d93fb9916b45bada1d417 Mon Sep 17 00:00:00 2001 From: sekaiking Date: Fri, 1 Dec 2023 08:12:54 +0100 Subject: [PATCH] remove CSS linter --- .github/workflows/linter.yml | 1 + gateway/src/index.scss | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c0178a6..189190f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -42,3 +42,4 @@ jobs: JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.yml VALIDATE_JSCPD: false VALIDATE_ALL_CODEBASE: false + VALIDATE_CSS: false diff --git a/gateway/src/index.scss b/gateway/src/index.scss index 00ba6cb..2736b92 100644 --- a/gateway/src/index.scss +++ b/gateway/src/index.scss @@ -17,9 +17,7 @@ --account-center-position-right: -10px; } -/* stylelint-disable */ @import "bootstrap"; -/* stylelint-enable */ body { overflow-y: scroll;