From 6e77e13c770c5124b8c076d7f6706fa6635a0241 Mon Sep 17 00:00:00 2001 From: mheward Date: Wed, 18 Jan 2017 08:47:11 +0000 Subject: [PATCH] Update _responsive-embed.scss --- scss/components/_responsive-embed.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_responsive-embed.scss b/scss/components/_responsive-embed.scss index ae8816595..f8d822588 100644 --- a/scss/components/_responsive-embed.scss +++ b/scss/components/_responsive-embed.scss @@ -60,7 +60,7 @@ $responsive-embed-ratios: ( @include foundation-responsive-embed; } -@mixin flex-video($ratio: default) { +@mixin flex-video($ratio: $responsive-embed-ratio) { @warn 'This mixin is being replaced by responsive-embed(). flex-video() will be removed in Foundation 6.4.'; @include responsive-embed; } -- 2.47.2