From 9c0fe5efe22e2cdf30c9617c6d436443e25d124a Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Mon, 19 Dec 2016 17:25:54 -0800 Subject: [PATCH] adds card to flex mode list --- docs/pages/flexbox.md | 3 ++- scss/components/_responsive-embed.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index 7a7b756c4..4120cccab 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -47,11 +47,12 @@ $global-flexbox: true; Besides the flex grid, these components have flexbox modes: - [Button group](button-group.html) -- [Input group](forms.html#inline-labels-and-buttons) +- [Input group - (Forms)](forms.html#inline-labels-and-buttons) - [Menu](menu.html) - [Top bar](top-bar.html) - [Media object](media-object.html) - [Title bar](off-canvas.html#title-bar) +- [Card](card.html) In general, all of the components work exactly the same. However, a few of them require slight changes to CSS classes used to work properly. Refer to the documentation for each to find out what's different. diff --git a/scss/components/_responsive-embed.scss b/scss/components/_responsive-embed.scss index f8d822588..15b85762d 100644 --- a/scss/components/_responsive-embed.scss +++ b/scss/components/_responsive-embed.scss @@ -42,7 +42,8 @@ $responsive-embed-ratios: ( } @mixin foundation-responsive-embed { - .responsive-embed, .flex-video { + .responsive-embed, + .flex-video { @include responsive-embed($ratio: default); $ratios: map-remove($responsive-embed-ratios,default); -- 2.47.2