From 1d52d35cca1e5541cf68ad0ac700197a82ff661a Mon Sep 17 00:00:00 2001 From: John Bacon Date: Tue, 29 Apr 2014 12:03:49 -0400 Subject: [PATCH] Fix minor typo in _alert-boxes.scss --- scss/foundation/components/_alert-boxes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2