From 229ed7975106fb85799b559bb194f740e1a7aa2c Mon Sep 17 00:00:00 2001 From: Leslie Doherty Date: Fri, 2 Dec 2016 11:51:07 -0800 Subject: [PATCH] Update to helper mixin for flexbox The docs read to pass in any horizontal value with an example "bottom", but the function is requiring a vertical alignment (so 'bottom' would work but 'left, center, right' would not.) Referencing https://github.com/zurb/foundation-sites/blob/develop/scss/util/_flex.scss#L55 --- docs/pages/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index a36c8971a..6df67fdac 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -177,7 +177,7 @@ For parent-level alignment, use `flex-align()`. You can pass in a horizontal ali } ``` -For child-level alignment, use `flex-align-self()`. You can pass in any horizontal alignment. +For child-level alignment, use `flex-align-self()`. You can pass in any vertical alignment. ```scss .sidebar { -- 2.47.2