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.
use
1 parent 5ded6d8 commit e4e4044Copy full SHA for e4e4044
src/CSSList/CSSList.php
@@ -25,6 +25,8 @@
25
use Sabberworm\CSS\Value\URL;
26
use Sabberworm\CSS\Value\Value;
27
28
+use function Safe\preg_match;
29
+
30
/**
31
* This is the most generic container available. It can contain `DeclarationBlock`s (rule sets with a selector),
32
* `RuleSet`s as well as other `CSSList` objects.
0 commit comments