From 2c459d11cf5676c28d88623290c6218e1a555bfa Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 22 Mar 2018 14:38:31 +0100 Subject: [PATCH] chore: remove deprecated responsive embed mixins --- scss/components/_responsive-embed.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scss/components/_responsive-embed.scss b/scss/components/_responsive-embed.scss index 36cb11d0c..8bcd899db 100644 --- a/scss/components/_responsive-embed.scss +++ b/scss/components/_responsive-embed.scss @@ -17,9 +17,6 @@ $responsive-embed-ratios: ( widescreen: 16 by 9, ) !default; -// WARNING: Will be removed in version 6.4 -$responsive-embed-ratio: default; - /// Creates a responsive embed container. /// @param {String|List} $ratio [default] - Ratio of the container. Can be a key from the `$responsive-embed-ratios` map or a list formatted as `x by y`. @mixin responsive-embed($ratio: default) { @@ -58,13 +55,3 @@ $responsive-embed-ratio: default; } } } - -@mixin foundation-flex-video { - @warn 'This mixin is being replaced by foundation-responsive-embed(). foundation-flex-video() will be removed in Foundation 6.4.'; - @include foundation-responsive-embed; -} - -@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($ratio); -} -- 2.47.2