diff --git a/site/src/components/shortcodes/Example.astro b/site/src/components/shortcodes/Example.astro index 7bfd41417c..30c22c9f34 100644 --- a/site/src/components/shortcodes/Example.astro +++ b/site/src/components/shortcodes/Example.astro @@ -80,7 +80,7 @@ const simplifiedMarkup = markup showMarkup && ( <> {showPreview && ( -
`} /> -Responsive variations also exist for `.d-flex` and `.d-inline-flex`. - -.d{breakpoint.abbr}-flex
.d{breakpoint.abbr}-inline-flex
.flex{breakpoint.abbr}-row
.flex{breakpoint.abbr}-row-reverse
.flex{breakpoint.abbr}-column
.flex{breakpoint.abbr}-column-reverse
.justify-content{breakpoint.abbr}-start
.justify-content{breakpoint.abbr}-end
.justify-content{breakpoint.abbr}-center
.justify-content{breakpoint.abbr}-between
.justify-content{breakpoint.abbr}-around
.justify-content{breakpoint.abbr}-evenly
.align-items{breakpoint.abbr}-start
.align-items{breakpoint.abbr}-end
.align-items{breakpoint.abbr}-center
.align-items{breakpoint.abbr}-baseline
.align-items{breakpoint.abbr}-stretch
.align-self{breakpoint.abbr}-start
.align-self{breakpoint.abbr}-end
.align-self{breakpoint.abbr}-center
.align-self{breakpoint.abbr}-baseline
.align-self{breakpoint.abbr}-stretch
.flex{breakpoint.abbr}-fill
.flex{breakpoint.abbr}-{'{'}grow|shrink{'}'}-0
.flex{breakpoint.abbr}-{'{'}grow|shrink{'}'}-1
.flex{breakpoint.abbr}-nowrap
.flex{breakpoint.abbr}-wrap
.flex{breakpoint.abbr}-wrap-reverse
.order{breakpoint.abbr}-{value}
.align-content{breakpoint.abbr}-start
.align-content{breakpoint.abbr}-end
.align-content{breakpoint.abbr}-center
.align-content{breakpoint.abbr}-between
.align-content{breakpoint.abbr}-around
.align-content{breakpoint.abbr}-stretch
.float{breakpoint.abbr}-start
.float{breakpoint.abbr}-end
.float{breakpoint.abbr}-none