]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
) 8336/head
authorTom Byrer <tomByrer@gmail.com>
Fri, 4 Mar 2016 22:42:39 +0000 (15:42 -0700)
committerTom Byrer <tomByrer@gmail.com>
Fri, 4 Mar 2016 22:42:39 +0000 (15:42 -0700)
docs/pages/flexbox.md

index 490e6d32ace21e0680fb7e27367f7179068ceb82..0b041c7f4ad65e4a699813458863a7b38e0a0539 100644 (file)
@@ -24,7 +24,7 @@ Flexbox mode is only supported these browsers:
 
 If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with flexbox mode enabled. You can achieve this one of two methods if you're using sass:
 
-* If you use `@include foundation-everything;` in your settings scss file (usually `app.scss` or `settings.scss`, pass `true` like so:
+* If you use `@include foundation-everything;` in your settings scss file (usually `app.scss` or `settings.scss`), pass `true` like so:
 
 ```scss
 @include foundation-everything(true);