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
Invalid null operation: "null plus "2"". on line 233:13 of D:/Documents/foundation/Scss/util/_breakpoint.scss
D:\Documents\foundation\Scss\app.scss
If I remove the small breakpoint from my $breakpoint-classes, the app.scss gets successfully compiled but there are no classes like hide-for-small or small-12.
Edit: Maybe a problem because of hard coded breakpoints? #8257
The text was updated successfully, but these errors were encountered:
When I set the following breakpoints:
I get this error:
If I remove the
small
breakpoint from my$breakpoint-classes
, the app.scss gets successfully compiled but there are no classes likehide-for-small
orsmall-12
.Edit: Maybe a problem because of hard coded breakpoints? #8257
The text was updated successfully, but these errors were encountered: