Commit 7fdedbd5 authored by Starsam80's avatar Starsam80 Committed by Mark Otto
Browse files

Remove some leftover IE9/flex stuff

parent 7d05c222
11 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 3 additions and 1375 deletions
+3 -1375
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
// Bootstrap flexbox grid for our docs page
//
// Variables
//
@import "custom";
@import "variables";
// Override for flexbox mode
$enable-flex: true;
//
// Grid mixins
//
@import "mixins/clearfix";
@import "mixins/breakpoints";
@import "mixins/grid-framework";
@import "mixins/grid";
//
// Utilities for flex alignment
//
@import "utilities/flex";
//
// Generate the grid class
//
@import "grid";
...@@ -182,14 +182,7 @@ ...@@ -182,14 +182,7 @@
} }
// Card set // Card deck
//
// Heads up! We do some funky style resetting here for margins across our two
// variations (one flex, one table). Individual cards have margin-bottom by
// default, but they're ignored due to table styles. For a consistent design,
// we've done the same to the flex variation.
//
// Those changes are noted by `// Margin balancing`.
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
.card-deck { .card-deck {
......
// Bootstrap Grid only // Bootstrap Grid only
// //
// Includes relevant variables and mixins for the regular (non-flexbox) grid // Includes relevant variables and mixins for the flexbox grid
// system, as well as the generated predefined classes (e.g., `.col-4-sm`). // system, as well as the generated predefined classes (e.g., `.col-sm-4`).
// //
// Box sizing, responsive, and more // Box sizing, responsive, and more
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment