Skip to content

Commit

Permalink
fix stylelint fix compatibility with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 28, 2023
1 parent 6dd71b6 commit eb19a38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/themes/default/globals/reset.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ hr {

pre {
// https://github.com/necolas/normalize.css/issues/519
// stylelint-disable-next-line font-family-no-duplicate-names
font-family:
monospace,
monospace; /* 1 */
monospace; /* 1 */ // stylelint-disable-line font-family-no-duplicate-names
font-size: 1em; /* 2 */
}

Expand Down Expand Up @@ -110,10 +109,9 @@ code,
kbd,
samp {
// https://github.com/necolas/normalize.css/issues/519
// stylelint-disable-next-line font-family-no-duplicate-names
font-family:
monospace,
monospace; /* 1 */
monospace; /* 1 */ // stylelint-disable-line font-family-no-duplicate-names
font-size: 1em; /* 2 */
}

Expand Down

0 comments on commit eb19a38

Please sign in to comment.