]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update description of CSS triangle mixin to reflect it's less equal nature. 4677/head
authorJono Warren <jonathan_warren@bcl.co.uk>
Fri, 14 Mar 2014 10:26:43 +0000 (10:26 +0000)
committerJono Warren <jonathan_warren@bcl.co.uk>
Fri, 14 Mar 2014 10:26:43 +0000 (10:26 +0000)
scss/foundation/components/_global.scss

index ffbcfa87cdabe25cbade104cc4962b4f5abfb77f..5714ef1e4162f3efccc9546a0a746feea6ea2aa5 100644 (file)
@@ -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