]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Incorrect vertical alignment Sass comment 7476/head
authorChristopher Cochran <christophercochran@me.com>
Thu, 10 Dec 2015 14:44:34 +0000 (09:44 -0500)
committerChristopher Cochran <christophercochran@me.com>
Thu, 10 Dec 2015 14:44:34 +0000 (09:44 -0500)
Comment incorrectly labels vertical alignment section in flex grid as horizontal.

scss/grid/_flex-grid.scss

index c5f8367e3f8aed935260204dfa9db94a11a4b5f5..def9e1f173b1f0967c0e0c57475c1e9ed25a39b9 100644 (file)
     }
   }
 
-  // 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,