From 463807d3b6eaec28ba6f23b64f916df0f4e2dd8f Mon Sep 17 00:00:00 2001 From: cloudhead Date: Fri, 5 Mar 2010 14:57:23 -0500 Subject: [PATCH] comment fix --- test/less/functions.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/less/functions.less b/test/less/functions.less index 9b87945..1d14ff9 100644 --- a/test/less/functions.less +++ b/test/less/functions.less @@ -1,5 +1,5 @@ #functions { - color: color("evil red"); // #999999 + color: color("evil red"); // #660000 width: increment(15); height: undefined("self"); border-width: add(2, 3);