From 9bacb6d426a54882235b8d745dbf123c7958c887 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 13 Sep 2014 17:00:05 +0200 Subject: gulpfile --- web/src/css/app.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/src/css/app.less') diff --git a/web/src/css/app.less b/web/src/css/app.less index fbad97d9..de89b6c6 100644 --- a/web/src/css/app.less +++ b/web/src/css/app.less @@ -2,6 +2,7 @@ } +@color: white; body { - background-color: green; + background-color: @color; } \ No newline at end of file -- cgit v1.2.3