]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove empty sass if directives 19473/head
authorRakhat Jabagin <neilhem@hotmail.com>
Fri, 11 Mar 2016 09:56:25 +0000 (15:56 +0600)
committerRakhat Jabagin <neilhem@hotmail.com>
Fri, 11 Mar 2016 10:02:57 +0000 (16:02 +0600)
scss/_input-group.scss

index 1c651d1eb72c9f4389bf26d0eb7a5f29985752a4..fff9cb560f69cb66cc1e502716f60bb267db40cb 100644 (file)
@@ -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;