]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update flexbox.md
authorOliver Stapelfeldt <oliver_stapelfeldt@icloud.com>
Sun, 3 Apr 2016 08:40:42 +0000 (10:40 +0200)
committerOliver Stapelfeldt <oliver_stapelfeldt@icloud.com>
Sun, 3 Apr 2016 08:40:42 +0000 (10:40 +0200)
docs/pages/flexbox.md

index 620ed1077c80d0d2252bd762e58c9b12f8472110..d61804fff2e2838367d061890d1d4788ebd9564e 100644 (file)
@@ -30,7 +30,7 @@ If you use the `foundation-everything()` mixin in your main Sass file, pass in t
 @include foundation-everything(true);
 ```
 
-If you included each component manually, open your settings file and set `$global-flexbox` to `true`, and remove the `@include` for the float grid and replace it with the one for the flex grid, along with the helper classes:
+If you included each component manually (like our starter projects do), open your settings file (basic template: scss/_settings.scss, ZURB template: src/assets/scss/_settings.scss) and set `$global-flexbox` to `true`, and remove the `@include` for the float grid and replace it with the one for the flex grid, along with the helper classes:
 
 ```scss
 $global-flexbox: true;