From: Tom Van Rompaey Date: Sat, 3 Jun 2017 07:53:50 +0000 (+0800) Subject: fix small typo inside _button-group.scss (#22746) X-Git-Tag: v4.0.0-beta~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a00b005c19b8ea9dead451f5647c8c2182d40f0;p=thirdparty%2Fbootstrap.git fix small typo inside _button-group.scss (#22746) fron -> front --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index d4c79ab60b..30a14d8833 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -12,7 +12,7 @@ flex: 0 1 auto; margin-bottom: 0; - // Bring the hover, focused, and "active" buttons to the fron to overlay + // Bring the hover, focused, and "active" buttons to the front to overlay // the borders properly @include hover { z-index: 2;