From: Jono Warren Date: Fri, 14 Mar 2014 10:26:43 +0000 (+0000) Subject: Update description of CSS triangle mixin to reflect it's less equal nature. X-Git-Tag: v5.2.2~92^2~16^2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4677%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update description of CSS triangle mixin to reflect it's less equal nature. --- 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