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 da8cfa0 commit 1bebf53Copy full SHA for 1bebf53
src/Utils/StyleBuilder.php
@@ -94,7 +94,7 @@ public function compile(?DOMElement $styleElement): ?string
94
if ($styleElement->hasAttribute('scoped')) {
95
$this->hasScoped = true;
96
preg_match_all(
97
- '/(?:^|\s)\s*[^@\s][.a-z0-9-_:,()\/\s]+?\s*[{]/i',
+ '/(?:^|\s)\s*[^@\s][\.a-z0-9-_:,\(\)\/\s]+?\s*[{]/i',
98
$style,
99
$matches,
100
PREG_SET_ORDER
0 commit comments