mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
remove empty sass if directives
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user