Re: [csswg-drafts] [css-grid] Property "grid-item-of": display any element as part of any given grid (#2530)

```CSS
#foo {
    name: my-grid;
}
#bar {
    display-as-grid-item-of: named(my-grid); /* or $my-grid or my-grid! or `my-grid` or something */
}
#baz {
    display-as-grid-item-of: #foo; /* same result as above */
}
```

-- 
GitHub Notification of comment by ByteEater-pl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2530#issuecomment-587179458 using your GitHub account

Received on Monday, 17 February 2020 22:34:07 UTC