This commit is contained in:
Dionysios G. Arvanitis 2016-11-14 19:03:16 +00:00 committed by GitHub
commit 5009659bc0

View File

@ -9,13 +9,13 @@
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files // #853 start - https://github.com/twbs/bootstrap/pull/18976/files
// hack // hack
@mixin pull-left { @mixin float-left {
float: left !important; float: left !important;
@if $enable-flex { @if $enable-flex {
margin-right: auto; margin-right: auto;
} }
} }
@mixin pull-right { @mixin float-right {
float: right !important; float: right !important;
@if $enable-flex { @if $enable-flex {
margin-left: auto; margin-left: auto;
@ -49,7 +49,7 @@
@import "bootstrap/scss/card"; @import "bootstrap/scss/card";
@import "bootstrap/scss/breadcrumb"; @import "bootstrap/scss/breadcrumb";
@import "bootstrap/scss/pagination"; @import "bootstrap/scss/pagination";
@import "bootstrap/scss/tags"; @import "bootstrap/scss/badge";
@import "bootstrap/scss/jumbotron"; @import "bootstrap/scss/jumbotron";
@import "bootstrap/scss/alert"; @import "bootstrap/scss/alert";
@import "bootstrap/scss/progress"; @import "bootstrap/scss/progress";