Skip to content

Commit

Permalink
Merge pull request #43 from viivue/fix-wrong-padding-container-fluid
Browse files Browse the repository at this point in the history
fix(container): adjust wrong padding value in container fluid
  • Loading branch information
phucbm authored Apr 24, 2024
2 parents 2571e30 + 774f2dc commit a12a863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

@if ($name == 'container-fluid') {
.#{$name} {
@include get-variable(gap-side, format-value($container-gap));
@include get-variable(gap-side, var(get-variable(gap-container)));
}
} @else {
.#{$name} {
Expand Down

0 comments on commit a12a863

Please sign in to comment.