Skip to content

Commit 439cac1

Browse files
committed
build: fix lint failure (angular#32353)
Fixes a lint failure, because a selector moved to the next line. (cherry picked from commit fce007b)
1 parent 121cca6 commit 439cac1

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)