Skip to content

Commit

Permalink
grid system options bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed May 2, 2018
1 parent 3775109 commit 33cbf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/grid-system/options/options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $common-breakpoints: (

$first-column-breakpoint-default: 32rem !default; //first column breakpoint used as default without media queries

$columns-breakpoints: extend((
$columns-breakpoints: map-merge((
sp: $first-column-breakpoint-default, // common smartphones
ip: 37.5rem, // iphone (since iphone5)
ipp: 41.4rem, // iphone plus (since iphone5)
Expand Down

0 comments on commit 33cbf16

Please sign in to comment.