]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update to helper mixin for flexbox
authorLeslie Doherty <leslie@catapultwebdevelopment.com>
Fri, 2 Dec 2016 19:51:07 +0000 (11:51 -0800)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2016 19:51:07 +0000 (11:51 -0800)
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

index a36c8971af7705a3b8d02b3b7202e13f1f8c0001..6df67fdac171e8626b2f4d0bc6c9aa1ef2042c26 100644 (file)
@@ -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 {