1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

remove empty sass if directives

This commit is contained in:
Rakhat Jabagin 2016-03-11 15:56:25 +06:00
parent fcb41c7afd
commit 2eeef6d19f

View file

@ -40,9 +40,7 @@
.input-group-addon, .input-group-addon,
.input-group-btn, .input-group-btn,
.input-group .form-control { .input-group .form-control {
@if $enable-flex { @if not $enable-flex {
// do nothing
} @else {
display: table-cell; display: table-cell;
} }
@ -53,9 +51,7 @@
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
@if $enable-flex { @if not $enable-flex {
// do nothing
} @else {
width: 1%; width: 1%;
} }
white-space: nowrap; white-space: nowrap;