Commit ecb84d20 authored by Mark Otto's avatar Mark Otto
Browse files

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

remove empty sass if directives
parents a277c122 2eeef6d1
Showing with 2 additions and 6 deletions
+2 -6
......@@ -40,9 +40,7 @@
.input-group-addon,
.input-group-btn,
.input-group .form-control {
@if $enable-flex {
// do nothing
} @else {
@if not $enable-flex {
display: table-cell;
}
......@@ -53,9 +51,7 @@
.input-group-addon,
.input-group-btn {
@if $enable-flex {
// do nothing
} @else {
@if not $enable-flex {
width: 1%;
}
white-space: nowrap;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment