You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
@includegrid-media-query((palm, lap)){
// Your code here...
}
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.
The text was updated successfully, but these errors were encountered: