-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix_19.05.2020 #53
fix_19.05.2020 #53
Conversation
color: $gray-color; | ||
} | ||
|
||
.token.selector, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line should be indented 2 spaces, but was indented 4 spaces
color: $gray-color; | ||
} | ||
|
||
.token.punctuation { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line should be indented 2 spaces, but was indented 4 spaces
background: $highlight-color !important; | ||
} | ||
|
||
.token.comment, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line should be indented 2 spaces, but was indented 4 spaces
pre[class*='language-'] ::selection, | ||
code[class*='language-']::selection, | ||
code[class*='language-'] ::selection { | ||
background: $highlight-color !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!important should not be used
background: $bg-color !important; | ||
} | ||
|
||
pre[class*='language-']::selection, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid qualifying attribute selectors with an element.
Line should be indented 2 spaces, but was indented 4 spaces
Selector should have depth of applicability no greater than 2, but was 3
@media (prefers-color-scheme: dark) { | ||
.json-container { | ||
.line { | ||
&.click { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains trailing whitespace
} | ||
@media (prefers-color-scheme: dark) { | ||
.json-container { | ||
.line { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains trailing whitespace
} | ||
} | ||
@media (prefers-color-scheme: dark) { | ||
.json-container { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line should be indented 2 spaces, but was indented 4 spaces
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rule declaration should be followed by an empty line
.json-container { | ||
.line { | ||
&.click { | ||
&:hover { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting should be no greater than 4, but was 5
Selector should have depth of applicability no greater than 2, but was 3
[color-scheme='light'] { | ||
.json-container { | ||
.line { | ||
&.click { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains trailing whitespace
Selector should have depth of applicability no greater than 2, but was 3
@@ -1,5 +1,28 @@ | |||
@import '../vars.scss'; | |||
|
|||
[color-scheme='light'] { | |||
.json-container { | |||
.line { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains trailing whitespace
Selector should have depth of applicability no greater than 2, but was 3
@@ -1,5 +1,28 @@ | |||
@import '../vars.scss'; | |||
|
|||
[color-scheme='light'] { | |||
.json-container { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line should be indented 2 spaces, but was indented 4 spaces
No description provided.