- From: Matthew Dean via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Mar 2022 05:03:25 +0000
- To: public-css-archive@w3.org
I think it's implied in the top comment, but would this be valid? ```css @media (min-width: 640px) { // stuff } @else { // other stuff } @supports (display: grid) { // stuff } @else { // other stuff } ``` -- GitHub Notification of comment by matthew-dean Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/112#issuecomment-1075916972 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 23 March 2022 05:03:26 UTC