Skip to content

Commit

Permalink
Fix stylelint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szabi committed Mar 8, 2024
1 parent 8c33508 commit 9f4f783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/_code_prefix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pre {
}
}
}

&.line-number-width-2 {
code {
ol {
Expand All @@ -67,6 +68,7 @@ pre {
}
}
}

&.line-number-width-3 {
code {
ol {
Expand All @@ -78,6 +80,7 @@ pre {
}
}
}

&.line-number-width-4 {
code {
ol {
Expand All @@ -89,6 +92,7 @@ pre {
}
}
}

&.line-number-width-5 {
code {
ol {
Expand Down

0 comments on commit 9f4f783

Please sign in to comment.