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.
@throws
1 parent 2783dde commit 980e00dCopy full SHA for 980e00d
src/Value/CSSFunction.php
@@ -4,6 +4,9 @@
4
5
use Sabberworm\CSS\OutputFormat;
6
use Sabberworm\CSS\Parsing\ParserState;
7
+use Sabberworm\CSS\Parsing\SourceException;
8
+use Sabberworm\CSS\Parsing\UnexpectedEOFException;
9
+use Sabberworm\CSS\Parsing\UnexpectedTokenException;
10
11
/**
12
* A `CSSFunction` represents a special kind of value that also contains a function name and where the values are the
0 commit comments