1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

remove grid gutter sass map as it's output css was all jacked up

This commit is contained in:
Mark Otto
2017-06-29 21:27:27 -07:00
committed by Mark Otto
parent e51749e4a7
commit b013b987b0
4 changed files with 28 additions and 69 deletions

View File

@@ -201,16 +201,8 @@ $container-max-widths: (
//
// Set the number of columns and specify the width of the gutters.
$grid-columns: 12 !default;
$grid-gutter-width-base: 30px !default;
$grid-gutter-widths: (
xs: $grid-gutter-width-base,
sm: $grid-gutter-width-base,
md: $grid-gutter-width-base,
lg: $grid-gutter-width-base,
xl: $grid-gutter-width-base
) !default;
$grid-columns: 12 !default;
$grid-gutter-width: 30px !default;
// Components
//
@@ -659,7 +651,7 @@ $card-dark-link-hover-color: $white !default;
$card-img-overlay-padding: 1.25rem !default;
$card-deck-margin: ($grid-gutter-width-base / 2) !default;
$card-deck-margin: ($grid-gutter-width / 2) !default;
$card-columns-count: 3 !default;
$card-columns-gap: 1.25rem !default;