From abe1fcb611e57bf4efe1d1bf685e1858aefda572 Mon Sep 17 00:00:00 2001 From: Jono Warren Date: Fri, 14 Mar 2014 10:26:43 +0000 Subject: [PATCH] Update description of CSS triangle mixin to reflect it's less equal nature. --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index ffbcfa87c..5714ef1e4 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -111,7 +111,7 @@ $base-line-height: 150% !default; // @mixins // -// We use this to create equilateral triangles +// We use this to create isosceles triangles // $triangle-size - Used to set border-size. No default, set a px or em size. // $triangle-color - Used to set border-color which makes up triangle. No default // $triangle-direction - Used to determine which direction triangle points. Options: top, bottom, left, right -- 2.47.2