From: Chris Rebert Date: Sun, 18 Aug 2013 22:05:42 +0000 (-0700) Subject: rm redundant ampersands from button-groups LESS X-Git-Tag: v3.0.0~69^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3959a1e10da848867be73ac1d18d209367a9b0;p=thirdparty%2Fbootstrap.git rm redundant ampersands from button-groups LESS --- diff --git a/less/button-groups.less b/less/button-groups.less index 45f2fd0a96..43ada11d9a 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -22,11 +22,11 @@ & .btn-default .caret { border-bottom-color: @btn-default-color; } - & .btn-primary, - & .btn-success, - & .btn-warning, - & .btn-danger, - & .btn-info { + .btn-primary, + .btn-success, + .btn-warning, + .btn-danger, + .btn-info { .caret { border-bottom-color: #fff; }