]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _responsive-embed.scss
authormheward <markheward@hotmail.com>
Wed, 18 Jan 2017 08:47:11 +0000 (08:47 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2017 08:47:11 +0000 (08:47 +0000)
scss/components/_responsive-embed.scss

index ae88165950c20560fca1e8cd6f260749c8bc32c4..f8d822588c6853068c52aa026721a64fd943c456 100644 (file)
@@ -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;
 }