Re: [csswg-drafts] [css-grid][css-sizing] Aspect Ratio

@nhoizey I'm coming round to thinking it would be better to use percentage lengths as with vw and vh.  So here's another option:
```
div {
min-height: 100%w;
}
article {
max-width: 150%h
}
```

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

Received on Tuesday, 23 October 2018 20:55:01 UTC