aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRakhat Jabagin <[email protected]>2016-03-11 15:56:25 +0600
committerRakhat Jabagin <[email protected]>2016-03-11 16:02:57 +0600
commit2eeef6d19f2b29428580a335c719d7e5fd3cb8b2 (patch)
tree1c82d186c6f68fcb1d8638d262e7981bbfceab1b
parentfcb41c7afddc60e65218eaa7d4c95a76bc22380d (diff)
downloadbootstrap-2eeef6d19f2b29428580a335c719d7e5fd3cb8b2.tar.xz
bootstrap-2eeef6d19f2b29428580a335c719d7e5fd3cb8b2.zip
remove empty sass if directives
-rw-r--r--scss/_input-group.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index 1c651d1eb..fff9cb560 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -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;