Skip to content
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

Merged
merged 3 commits into from
May 19, 2022
Merged

fix_19.05.2020 #53

merged 3 commits into from
May 19, 2022

Conversation

Valexr
Copy link
Contributor

@Valexr Valexr commented May 19, 2022

No description provided.

color: $gray-color;
}

.token.selector,
Copy link

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 {
Copy link

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,
Copy link

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;
Copy link

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,
Copy link

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 {
Copy link

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 {
Copy link

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 {
Copy link

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

}
}
}
}
Copy link

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 {
Copy link

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 {
Copy link

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 {
Copy link

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 {
Copy link

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

@blokhin blokhin merged commit 1f0d26d into master May 19, 2022
@blokhin blokhin deleted the fix_19.05.2020 branch May 19, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants