diff --git a/test/less/functions.less b/test/less/functions.less index 9b87945b..1d14ff96 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);