aboutsummaryrefslogtreecommitdiff
path: root/scss/_button-group.scss
diff options
context:
space:
mode:
authorTom Van Rompaey <[email protected]>2017-06-03 15:53:50 +0800
committerPatrick H. Lauke <[email protected]>2017-06-03 09:53:50 +0200
commit3a00b005c19b8ea9dead451f5647c8c2182d40f0 (patch)
tree5aeee15404773f603eda7f31dc19154c2d95658b /scss/_button-group.scss
parent10a3e380538786fc4947a7f6831fe75bc86d0e27 (diff)
downloadbootstrap-3a00b005c19b8ea9dead451f5647c8c2182d40f0.tar.xz
bootstrap-3a00b005c19b8ea9dead451f5647c8c2182d40f0.zip
fix small typo inside _button-group.scss (#22746)
fron -> front
Diffstat (limited to 'scss/_button-group.scss')
-rw-r--r--scss/_button-group.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index d4c79ab60..30a14d883 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;