From 3bf1eb56f41adda7aa7dd828e1db5de9b627d371 Mon Sep 17 00:00:00 2001 From: mheward Date: Mon, 30 Jan 2017 11:29:46 +0000 Subject: [PATCH] Update _responsive-embed.scss --- scss/components/_responsive-embed.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/components/_responsive-embed.scss b/scss/components/_responsive-embed.scss index c82d57979..e14a001c2 100644 --- a/scss/components/_responsive-embed.scss +++ b/scss/components/_responsive-embed.scss @@ -17,6 +17,9 @@ $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) { -- 2.47.2