From 645e9de8851af8bd322bbccc553107fe86f73abd Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 29 May 2013 17:04:40 +0200 Subject: [PATCH] missing semicolon --- src/main/webapp/sass/themes/_test.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/sass/themes/_test.scss b/src/main/webapp/sass/themes/_test.scss index b03cdf4f..f6786fd9 100644 --- a/src/main/webapp/sass/themes/_test.scss +++ b/src/main/webapp/sass/themes/_test.scss @@ -1,5 +1,5 @@ #theme-test { body { - background-color: black + background-color: black; } } \ No newline at end of file