Skip to content

Commit eef097e

Browse files
authored
[DOCS] Add links to the specs and MDN for LineName (#1588)
Part of #501
1 parent 0318ea5 commit eef097e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Value/LineName.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
use Sabberworm\CSS\Parsing\UnexpectedEOFException;
1010
use Sabberworm\CSS\Parsing\UnexpectedTokenException;
1111

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+
*/
1218
class LineName extends ValueList
1319
{
1420
/**

0 commit comments

Comments
 (0)