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
EDIT:
Tried creating another clean project with breakpoint being the only dependency, it still fails if I simply try to @include breakpoint (500px) { };
EDIT 2:
The mixin: @include susy-breakpoint(500px) { }
has exactly the same issue.
The text was updated successfully, but these errors were encountered:
I don't know why this happens, however, a guy on SO assumed, it's the mixin's fault. Here are the details:
http://stackoverflow.com/questions/30051373/sass-breakpoint-mixin-args-error
EDIT:
Tried creating another clean project with breakpoint being the only dependency, it still fails if I simply try to @include breakpoint (500px) { };
EDIT 2:
The mixin:
@include susy-breakpoint(500px) { }
has exactly the same issue.
The text was updated successfully, but these errors were encountered: