Skip to content

Commit e0a7906

Browse files
committed
fixes showcase example
1 parent 566566c commit e0a7906

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

showcase/app/templates/layouts/flex.hbs

+2-5
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,9 @@
285285
</HLF.Item>
286286
</Hds::Layout::Flex>
287287
</SG.Item>
288-
<SG.Item as |SGI|>
288+
<SG.Item class="shw-layout-flex-example-outline-flex-container shw-layout-flex-example-tint-flex-items" as |SGI|>
289289
<SGI.Label>with <code>keyword</code> values</SGI.Label>
290-
<Hds::Layout::Flex
291-
class="shw-layout-flex-example-outline-flex-container shw-layout-flex-example-tint-flex-items"
292-
as |HLF|
293-
>
290+
<Hds::Layout::Flex as |HLF|>
294291
<HLF.Item @basis="auto">
295292
<Shw::Placeholder @text="item #1 with basis=auto" @height="40" @background="transparent" />
296293
</HLF.Item>

0 commit comments

Comments
 (0)