From: John Bacon Date: Tue, 29 Apr 2014 16:03:49 +0000 (-0400) Subject: Fix minor typo in _alert-boxes.scss X-Git-Tag: v5.2.3~39^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5080%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix minor typo in _alert-boxes.scss --- diff --git a/scss/foundation/components/_alert-boxes.scss b/scss/foundation/components/_alert-boxes.scss index 5803fda53..41e45c360 100644 --- a/scss/foundation/components/_alert-boxes.scss +++ b/scss/foundation/components/_alert-boxes.scss @@ -67,7 +67,7 @@ $alert-transition-ease: ease-out !default; // $bg - The background of the alert. Default: $primary-color. @mixin alert-style($bg:$primary-color) { - // This find the lightness percentage of the background color. + // This finds the lightness percentage of the background color. $bg-lightness: lightness($bg); // We control which background color and border come through.