stylelint: Fix declaration-property-value-no-unknown.

‘bold’ is a font-weight, not a font-style.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-01-29 13:22:55 -08:00
committed by Tim Abbott
parent ca1d11b772
commit 23a2a31e7e

View File

@@ -516,7 +516,6 @@ ul {
.quote__source strong {
font-family: var(--font-ops);
font-weight: 550;
font-style: bold;
}
.quote__source i {