From: mheward Date: Mon, 30 Jan 2017 11:29:46 +0000 (+0000) Subject: Update _responsive-embed.scss X-Git-Tag: 6.3.1~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf1eb56f41adda7aa7dd828e1db5de9b627d371;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _responsive-embed.scss --- 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) {