- From: Igor Pnev via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Jul 2018 07:19:25 +0000
- To: public-css-archive@w3.org
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 account
Received on Wednesday, 18 July 2018 07:19:27 UTC