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.
LineName
1 parent 0318ea5 commit eef097eCopy full SHA for eef097e
1 file changed
src/Value/LineName.php
@@ -9,6 +9,12 @@
9
use Sabberworm\CSS\Parsing\UnexpectedEOFException;
10
use Sabberworm\CSS\Parsing\UnexpectedTokenException;
11
12
+/**
13
+ * A name for a named CSS grid line.
14
+ *
15
+ * @see https://www.w3.org/TR/css-grid-1/#line-name
16
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Grid_layout/Named_grid_lines
17
+ */
18
class LineName extends ValueList
19
{
20
/**
0 commit comments