From: Rakhat Jabagin Date: Fri, 11 Mar 2016 09:56:25 +0000 (+0600) Subject: remove empty sass if directives X-Git-Tag: v4.0.0-alpha.3~147^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eeef6d19f2b29428580a335c719d7e5fd3cb8b2;p=thirdparty%2Fbootstrap.git remove empty sass if directives --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 1c651d1eb7..fff9cb560f 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;