From 945467fcf9377a9acd45e11b52cfcb686a20546c Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 20 Nov 2013 03:15:44 -0500 Subject: [PATCH] removes attempt on theme var overrides with lame LESS --- src/theme.include | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme.include b/src/theme.include index 9b59728e2..9d2143474 100755 --- a/src/theme.include +++ b/src/theme.include @@ -5,7 +5,6 @@ } .loadUIVariables() { - @folder: ``@theme ? @theme : 'default'``; @import "themes/default/@{type}s/@{element}.variables"; @import "themes/@{theme}/@{type}s/@{element}.variables"; @import "themes/user/@{type}s/@{element}.variables";