Re: [csswg-drafts] [mediaqueries][css-conditional] else

Just thinking out loud, we have `not` in MQs and it's doing precisely 
what you want, right?-)

    @media screen and (color) { /* your @when statements */ }
    @media not screen and (color) { /* your @else statements */ }

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

Received on Wednesday, 8 June 2016 14:21:22 UTC