aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Murtojarvi <mika@vaadin.com>2014-02-18 13:41:53 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-06 09:16:53 +0000
commit6acf4ef8faac8de4b9ced076811582556a9c8ef0 (patch)
treeb4d204a1e062b04f5b51c67d76645d1ffbfb0ec0
parentb02ad811ae123a2231e7309489438609e76a64c3 (diff)
downloadvaadin-framework-6acf4ef8faac8de4b9ced076811582556a9c8ef0.tar.gz
vaadin-framework-6acf4ef8faac8de4b9ced076811582556a9c8ef0.zip
Remove an empty line from a Sass test case.
The blank line caused a test failure, because some Sass tests are currently very strict about the expected output. Change-Id: Id01818eca1da3310557c86a4aeb09f7dc23bcf70
-rw-r--r--theme-compiler/tests/resources/css/functions.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/css/functions.css b/theme-compiler/tests/resources/css/functions.css
index 0a8fcbf5a8..4486599450 100644
--- a/theme-compiler/tests/resources/css/functions.css
+++ b/theme-compiler/tests/resources/css/functions.css
@@ -16,4 +16,4 @@
color: rgb(1, 2, 3);
percents: -20%;
percents: 33.33%;
-}
+} \ No newline at end of file