Commit a191b083 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Stylelint: Ignore monaco style overrides

Ignore stylelint complaints about monaco style overrides,
since we don't have control over monaco's html, and therefore
cannot fix the issues it highlights.
parent d4a9566e
......@@ -160,6 +160,11 @@ $ide-commit-header-height: 48px;
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 {
flex: 1;
height: 0;
......@@ -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 {
flex-grow: 1;
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