From e721dc45584b0d30a09cf31cb17cb03a197953fe Mon Sep 17 00:00:00 2001 From: Shakira Reid-Thomas Date: Fri, 19 Jul 2024 14:55:23 -0400 Subject: [PATCH] Fixed prettier issues in 1 file --- src/stories/buttongroup.stories.js | 102 +++++------------------------ 1 file changed, 17 insertions(+), 85 deletions(-) diff --git a/src/stories/buttongroup.stories.js b/src/stories/buttongroup.stories.js index d0d09123..7f49f619 100644 --- a/src/stories/buttongroup.stories.js +++ b/src/stories/buttongroup.stories.js @@ -14,61 +14,25 @@ export const Basic = () => html` - - - + + + `; export const Mixed = () => html` - - - + + + `; export const Outlined = () => html` - - - + + + `; @@ -173,21 +137,9 @@ export const ButtonToolbar = () => html` data-label="group 1" data-extra-classes="me-2" > - - - + + + html` data-label="Vertical button group" data-vertical="true" > - - - - - + + + + + `;