We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566566c commit e0a7906Copy full SHA for e0a7906
showcase/app/templates/layouts/flex.hbs
@@ -285,12 +285,9 @@
285
</HLF.Item>
286
</Hds::Layout::Flex>
287
</SG.Item>
288
- <SG.Item as |SGI|>
+ <SG.Item class="shw-layout-flex-example-outline-flex-container shw-layout-flex-example-tint-flex-items" as |SGI|>
289
<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
- >
+ <Hds::Layout::Flex as |HLF|>
294
<HLF.Item @basis="auto">
295
<Shw::Placeholder @text="item #1 with basis=auto" @height="40" @background="transparent" />
296
0 commit comments