Add @media to draft. Like this ```css .foo { color: red; @media (min-width: 20rem) { color: blue; @media (max-width: 30rem) { color: green; } } } ``` -- GitHub Notification of comment by exdeniz Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2701#issuecomment-405834559 using your GitHub accountReceived on Wednesday, 18 July 2018 07:19:27 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:26:51 UTC