From 6068c5a9b977eee71e18dcc1d6e76dbc8385c57d Mon Sep 17 00:00:00 2001 From: Christopher Cochran Date: Thu, 10 Dec 2015 09:44:34 -0500 Subject: [PATCH] Incorrect vertical alignment Sass comment Comment incorrectly labels vertical alignment section in flex grid as horizontal. --- scss/grid/_flex-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index c5f8367e3..def9e1f17 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -176,7 +176,7 @@ } } - // Horizontal alignment using align-items and align-self + // Vertical alignment using align-items and align-self @each $vdir, $prop in ( 'top': flex-start, 'bottom': flex-end, -- 2.47.2