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

index d61804fff2e2838367d061890d1d4788ebd9564e..bc75fbb27daa19ceebf4ecfa60d9ceb691d7e5bc 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 (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:
+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 (basic template: scss/app.scss, ZURB template: src/assets/scss/app.scss):
 
 ```scss
 $global-flexbox: true;