Re: [csswg-drafts] [css-grid-2] conditional subgrid fallback when no parent grid is available (#6692)

You could try

```css
grid-template-columns: subgrid;
grid-auto-columns: 1fr;
grid-template-areas: '. . . .';
```

But being able to specify a template fallback doesn't sound unreasonable.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 28 September 2021 11:45:20 UTC