Skip to content

Commit 654aac8

Browse files
committed
disable stylelint in ts line
1 parent 2299407 commit 654aac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/assets/scss/_content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@
5454
}
5555

5656
// Prevent breaking of code
57+
/* stylelint-disable */
5758
td:first-child > code {
5859
white-space: nowrap;
5960
}
61+
/* stylelint-enable */
6062
}
6163
}
6264

0 commit comments

Comments
 (0)