We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32647cc commit 7bcdbf7Copy full SHA for 7bcdbf7
1 file changed
‎cssutils/css/selector.py‎
@@ -48,9 +48,7 @@ class Constants:
48
49
# Selectors Level 4 pseudo-classes that accept a full selector list
50
# as their argument (rather than a simple expression like an+b).
51
- selector_pseudos = frozenset(
52
- [':has(', ':is(', ':where(', ':matches(', ':any(']
53
- )
+ selector_pseudos = frozenset([':has(', ':is(', ':where(', ':matches(', ':any('])
54
55
56
@dataclasses.dataclass
0 commit comments