From 3a00b005c19b8ea9dead451f5647c8c2182d40f0 Mon Sep 17 00:00:00 2001 From: Tom Van Rompaey Date: Sat, 3 Jun 2017 15:53:50 +0800 Subject: [PATCH] fix small typo inside _button-group.scss (#22746) fron -> front --- scss/_button-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;