]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _responsive-embed.scss 9595/head
authormheward <markheward@hotmail.com>
Mon, 30 Jan 2017 11:29:46 +0000 (11:29 +0000)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2017 11:29:46 +0000 (11:29 +0000)
scss/components/_responsive-embed.scss

index c82d57979de572cff4b69d90433349e4cc5a289f..e14a001c2e5e375bf0b5f701d4e3b0c8e51133cc 100644 (file)
@@ -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) {