stylelint: Fix property-no-deprecated.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-07-31 14:45:49 -07:00
parent 598aa6f4b9
commit 5b30bb2a16
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ body {
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
overflow-wrap: normal;
white-space: nowrap;
direction: ltr;

View File

@@ -68,7 +68,7 @@ td:nth-child(odd) {
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
overflow-wrap: normal;
white-space: nowrap;
direction: ltr;