1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Merge pull request #19473 from neilhem/remove-empty-if

remove empty sass if directives
This commit is contained in:
Mark Otto
2016-03-21 22:37:59 -07:00

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;