Skip to content

Commit b0e2f73

Browse files
committed
chore: chore: fix newly generated stylelint error
1 parent 8ed2c8b commit b0e2f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/action-popup/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232
*/
3333
@supports (font: -apple-system-body) {
3434
html {
35-
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
35+
/* stylelint-disable-next-line declaration-property-value-no-unknown,font-family-no-missing-generic-family-keyword */
3636
font: -apple-system-title3; /* default 20px */
3737
}
3838
}

0 commit comments

Comments
 (0)