From fd75c4127988a9d61c3fec208b398763b68ae338 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 23:29:16 -0800 Subject: [PATCH] revamp button group with flexbox --- docs/components/button-group.md | 18 +++++++++-- scss/_button-group.scss | 56 +++++++++++---------------------- 2 files changed, 33 insertions(+), 41 deletions(-) diff --git a/docs/components/button-group.md b/docs/components/button-group.md index cff38e1b13..f4c164749c 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -26,17 +26,17 @@ Wrap a series of buttons with `.btn` in `.btn-group`. ## Button toolbar -Combine sets of button groups into button toolbars for more complex components. +Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more. {% example html %}