Skip to content

Commit

Permalink
Disable confused stylelint and prettier conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawzalewski committed Jan 23, 2020
1 parent 04882c6 commit 332e0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/src/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ h5 {
}

body {
/* stylelint-disable */
font-family:
system,
-apple-system,
Expand All @@ -19,6 +20,7 @@ body {
'Helvetica Neue',
'Lucida Grande',
sans-serif;
/* stylelint-enable */
line-height: 1.7;
}

Expand Down

0 comments on commit 332e0f1

Please sign in to comment.