Skip to content

Commit fce007b

Browse files
authored
build: fix lint failure (#32353)
Fixes a lint failure, because a selector moved to the next line.
1 parent 8308ada commit fce007b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/styles/_markdown.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
}
3535

3636
// stylelint-disable-next-line selector-class-pattern
37-
h3 .material-icons,
38-
h4 .material-icons {
37+
h3 .material-icons, h4 .material-icons {
3938
color: var(--mat-sys-on-surface);
4039
}
4140

0 commit comments

Comments
 (0)