2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Remove some leftover IE9/flex stuff

This commit is contained in:
Starsam80
2016-12-24 21:01:09 -07:00
committed by Mark Otto
parent 7d05c222f8
commit 7fdedbd5e6
5 changed files with 3 additions and 1392 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
-33
View File
@@ -1,33 +0,0 @@
// 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";