Skip to content
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

Using mixin grid-media-query for multiple breakpoints v2.0 #71

Open
ToddJohn93 opened this issue Jun 2, 2014 · 1 comment
Open

Using mixin grid-media-query for multiple breakpoints v2.0 #71

ToddJohn93 opened this issue Jun 2, 2014 · 1 comment

Comments

@ToddJohn93
Copy link

I have tried issue #70 answer however get error saying I can't pass 2 parameters(as the mixin only takes one parameter) Is there another way to do this?

Thanks.

@Cleecanth
Copy link

That was an error on my part.
After modifying the media-query loop to include an each statement, you'll need to use double braces to include multiple media-queries:

@include grid-media-query((palm, lap)){
    //  Your code here...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants