]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix small typo inside _button-group.scss (#22746)
authorTom Van Rompaey <tom@tvanro.be>
Sat, 3 Jun 2017 07:53:50 +0000 (15:53 +0800)
committerPatrick H. Lauke <redux@splintered.co.uk>
Sat, 3 Jun 2017 07:53:50 +0000 (09:53 +0200)
fron -> front

scss/_button-group.scss

index d4c79ab60b457b643d75a8acd5d2b40225ec7c38..30a14d88333674e8b45b4aaac603a58b58931ecd 100644 (file)
@@ -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;