-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media query bubbling and html class #1867
Comments
In short, selectors and media queries can't be combined together since they are very different beasts, so mixins are your friends... |
That's great, thanks. Do you think it'd be a feature added in the future? It solves the problem now but I can see cases where there would be hundreds of mixins... |
Yes! How about this... This is using a feature that should be merged into master and released in 1.7 in the next couple of weeks.
|
So the |
and added a test case for this |
That's great, and a great example, thanks a lot. |
Been trying to figure this out for a while but how would I get something like this to work:
Trying to do it this way to target desktop and IE versions below IE9; any help would be brilliant, otherwise I'd end up repeating myself over and over to get something done.
The text was updated successfully, but these errors were encountered: