From: Scott McCauley Date: Thu, 7 Mar 2013 14:31:49 +0000 (-0500) Subject: Flex-video docs fix X-Git-Tag: v4.0.5~18^2^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1770%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Flex-video docs fix @include flex-video -> @include flex-video-container Signed-off-by: Scott McCauley --- diff --git a/docs/components/flex-video.html.erb b/docs/components/flex-video.html.erb index 692d751e9..eee53dd5a 100644 --- a/docs/components/flex-video.html.erb +++ b/docs/components/flex-video.html.erb @@ -70,7 +70,7 @@ <%= code_example ' /* Using the default styles */ -.your-class-name { @include flex-video; }', :css %> +.your-class-name { @include flex-video-container; }', :css %>
Default SCSS Variables