Commit e0eb91a3 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '27774-ignore-monaco-styles' into 'master'

Stylelint: Ignore monaco style overrides

See merge request gitlab-org/gitlab!24348
parents 9fcc479d a191b083
...@@ -160,6 +160,11 @@ $ide-commit-header-height: 48px; ...@@ -160,6 +160,11 @@ $ide-commit-header-height: 48px;
height: 0; height: 0;
} }
// stylelint-disable selector-class-pattern
// stylelint-disable selector-max-compound-selectors
// stylelint-disable stylelint-gitlab/duplicate-selectors
// stylelint-disable stylelint-gitlab/utility-classes
.blob-editor-container { .blob-editor-container {
flex: 1; flex: 1;
height: 0; height: 0;
...@@ -301,6 +306,11 @@ $ide-commit-header-height: 48px; ...@@ -301,6 +306,11 @@ $ide-commit-header-height: 48px;
} }
} }
// stylelint-enable selector-class-pattern
// stylelint-enable selector-max-compound-selectors
// stylelint-enable stylelint-gitlab/duplicate-selectors
// stylelint-enable stylelint-gitlab/utility-classes
.preview-container { .preview-container {
flex-grow: 1; flex-grow: 1;
position: relative; position: relative;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment