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
Got an error that Sass2Stylus couldn't process this SASS code:
@mixin break-at($name) { @if map-has-key($breakpoints, $name) { @media #{inspect(map-get($breakpoints, $name))} { @content;
}
} @else { @warn "Unfortunately, no value could be retrieved from #{$breakpoints}. " + "Please make sure it is defined in $breakpoints map.";
}
}
The text was updated successfully, but these errors were encountered:
Got an error that Sass2Stylus couldn't process this SASS code:
@mixin break-at($name) {
@if map-has-key($breakpoints, $name) {
@media #{inspect(map-get($breakpoints, $name))} {
@content;
}
}
@else {
@warn "Unfortunately, no value could be retrieved from
#{$breakpoints}
. " + "Please make sure it is defined in$breakpoints
map.";}
}
The text was updated successfully, but these errors were encountered: