Skip to content

Commit 332e0f1

Browse files
Disable confused stylelint and prettier conflict
1 parent 04882c6 commit 332e0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/src/app.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ h5 {
99
}
1010

1111
body {
12+
/* stylelint-disable */
1213
font-family:
1314
system,
1415
-apple-system,
@@ -19,6 +20,7 @@ body {
1920
'Helvetica Neue',
2021
'Lucida Grande',
2122
sans-serif;
23+
/* stylelint-enable */
2224
line-height: 1.7;
2325
}
2426

0 commit comments

Comments
 (0)