Skip to content

Commit

Permalink
fix(grid): missing interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jul 20, 2020
1 parent 94df43e commit 62ea99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// Boosted mod: gutter depends on breakpoint
@include media-breakpoint-up($grid-gutter-breakpoint) {
--o-padding-x: $padding-x;
--o-padding-x: #{$padding-x};
}
// End mod
}

0 comments on commit 62ea99b

Please sign in to comment.