From 858227ab0f1fe1b8fd9c5ee3daaf8089cafb2ebe Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sat, 21 Nov 2009 14:57:10 -0600 Subject: [PATCH] fixed typo on box_shadow mixin --- .../compass/stylesheets/compass/css3/_box_shadow.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass b/lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass index d1711bad..6647f388 100644 --- a/lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass +++ b/lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass @@ -1,6 +1,6 @@ //** Provides cross-browser css box shadows for Webkit, Gecko, and CSS3 standard - arguments are horizontal color, horizontal offset, vertical offset, and blur + arguments are color, horizontal offset, vertical offset, and blur //** These defaults make the arguments optional for this mixin