Re: [csswg-drafts] [css-grid] grid area as element (#4416)

As your suggestions only allow to target the items within a grid or grid area, I would then also add selectors to target the areas themselves:
```css
/* d.) any grid area */
:grid-area() { ... }
/* e.) specific grid area */
:grid-area(areaname) { ... }
```

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

Received on Monday, 14 October 2019 08:33:19 UTC