source: trip-planner-front/node_modules/bootstrap/scss/mixins/_container.scss@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 265 bytes
Line 
1// Container mixins
2
3@mixin make-container($gutter: $container-padding-x) {
4 width: 100%;
5 padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});
6 padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});
7 margin-right: auto;
8 margin-left: auto;
9}
Note: See TracBrowser for help on using the repository browser.