2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #19102 from twbs/v4-center-utils

v4: Drop .center-block for new-ish .m-x-auto
This commit is contained in:
Mark Otto
2016-02-06 16:45:57 -08:00
6 changed files with 14 additions and 34 deletions
-1
View File
@@ -48,7 +48,6 @@
// // Layout
@import "mixins/clearfix";
@import "mixins/center-block";
// @import "mixins/navbar-align";
@import "mixins/grid-framework";
@import "mixins/grid";
-1
View File
@@ -1,5 +1,4 @@
@import "utilities/background";
@import "utilities/center-block";
@import "utilities/clearfix";
@import "utilities/pulls";
@import "utilities/screenreaders";
-7
View File
@@ -1,7 +0,0 @@
// Center-align a block level element
@mixin center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}
-3
View File
@@ -1,3 +0,0 @@
.center-block {
@include center-block();
}