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 1dde3cb commit 1d8b855Copy full SHA for 1d8b855
1 file changed
src/RuleSet/DeclarationBlock.php
@@ -97,7 +97,7 @@ public function setSelectors($selectors, ?CSSList $list = null): void
97
if (!Selector::isValid($selector)) {
98
throw new UnexpectedTokenException(
99
"Selector did not match '" . Selector::SELECTOR_VALIDATION_RX . "'.",
100
- $selectors,
+ $selector,
101
'custom'
102
);
103
}
0 commit comments