Skip to content

Commit

Permalink
remove CSS linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Dec 1, 2023
1 parent 4d37a1d commit 5792bef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.yml
VALIDATE_JSCPD: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: false
2 changes: 0 additions & 2 deletions gateway/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
--account-center-position-right: -10px;
}

/* stylelint-disable */
@import "bootstrap";
/* stylelint-enable */

body {
overflow-y: scroll;
Expand Down

0 comments on commit 5792bef

Please sign in to comment.