Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Frobieter committed Aug 11, 2021
1 parent 543c9e6 commit 518e217
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/_breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
@content;
}
} @else {
@content;
// Largest (last) breakpoint
@media (max-width: (map-get($grid-breakpoints, $name) - 1px)) {
@content;
}
}
}

Expand Down

0 comments on commit 518e217

Please sign in to comment.