Skip to content

Commit fd79807

Browse files
committed
fix(stylesheet): fix last-of-type
1 parent c1bff96 commit fd79807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/css/stylesheet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def _check_rule(
437437
# These shouldn't be used in a cache key
438438
_EXCLUDE_PSEUDO_CLASSES_FROM_CACHE: Final[set[str]] = {
439439
"first-of-type",
440-
"last-of_type",
440+
"last-of-type",
441441
"odd",
442442
"even",
443443
"focus-within",

0 commit comments

Comments
 (0)