Comply with BS renaming of pull-left to float-left

This commit is contained in:
Dionysis Arvanitis 2016-11-14 21:02:41 +02:00
parent da79b6182f
commit 4e8ef83db4

View File

@ -9,13 +9,13 @@
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
// hack
@mixin pull-left {
@mixin float-left {
float: left !important;
@if $enable-flex {
margin-right: auto;
}
}
@mixin pull-right {
@mixin float-right {
float: right !important;
@if $enable-flex {
margin-left: auto;