From 409ed62c956e96dca139139b2fe156778430c61c Mon Sep 17 00:00:00 2001 From: Michael Hellein Date: Fri, 26 Sep 2014 15:00:52 -0400 Subject: [PATCH] Fixed some conditions when errors as undefined. --- lib/compass/functions/_cross_browser_support.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/compass/functions/_cross_browser_support.scss b/lib/compass/functions/_cross_browser_support.scss index a6c7494..45a3b4f 100644 --- a/lib/compass/functions/_cross_browser_support.scss +++ b/lib/compass/functions/_cross_browser_support.scss @@ -18,6 +18,8 @@ } @function prefix($prefix, $property1, $property2:null, $property3:null, $property4:null, $property5:null, $property6:null, $property7:null, $property8:null, $property9:null) { + $properties: ""; + // Support for polymorphism. @if length($property1) > 1 and $property2 == null { // Passing a single array of properties.