mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 22:03:09 +00:00
remove empty sass if directives
This commit is contained in:
parent
fcb41c7afd
commit
2eeef6d19f
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue