Skip to content

Commit

Permalink
Merge pull request #5387 from TomJGooding/fix-stylesheet-fix-last-of-…
Browse files Browse the repository at this point in the history
…type

fix(stylesheet): fix last-of-type
  • Loading branch information
willmcgugan authored Dec 18, 2024
2 parents 5cb6cd0 + fd79807 commit 3cd079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/css/stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def _check_rule(
# These shouldn't be used in a cache key
_EXCLUDE_PSEUDO_CLASSES_FROM_CACHE: Final[set[str]] = {
"first-of-type",
"last-of_type",
"last-of-type",
"odd",
"even",
"focus-within",
Expand Down

0 comments on commit 3cd079a

Please sign in to comment.