-
Notifications
You must be signed in to change notification settings - Fork 64
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
Signature Mix-Ins Unavailable #329
Comments
did you pass it a breakpoint? like sm lg etc., |
yes - |
is it still throwing the error now that it's responsive? Or did it just break all the styles? |
Still an error. Broke styles. Is responsive. |
did you forget a closing bracket? Or just not copy it in your question |
Forgot to copy |
where are you? |
https://github.com/berziiii/html-css-sass/tree/solution/assets/styles. You need to define the breakpoint.scss mixin function. See this folder and how we created the function then used it. |
Okay, I applied the solution branch to my code and the magic ain't there.
and my version of breakpoint that I'm applying the mix-in to is -
I'm no longer getting errors. |
So is this solved? If so, please close. Thanks! |
I checked how Bootstrap uses media queries in the link below, under responsive breakpoints, and it says to use syntax -
@include media-breakpoint-up(sm) { .some-class { display: block; } }
From http://v4-alpha.getbootstrap.com/layout/overview/
When I use "@include media-breakpoint-up" i get an error saying "No mixin named media-breakpoint-up". So, I looked at shakacode/bootstrap-loader#9 but I think the GH issue has to do with custom mix-ins.
Do I need a new version of SCSS?
The text was updated successfully, but these errors were encountered: