Skip to content

Commit

Permalink
Add offset merge example
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Oct 20, 2023
1 parent b374e51 commit 0a01538
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,11 @@ You can either change the default values in the `$breakpoints` array from `utili
$breakpoints: map-merge(
$breakpints,
(
// redefine a size
'medium': 40em,
'large': 90em,

// add an offset to the original value
'large': map-get($breakpoints, large) + 5em
)
);

Expand Down

0 comments on commit 0a01538

Please sign in to comment.