]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #9471 Original by Seba, removed erronous empty lines from test-css. 22/122/2
authorMarc Englund <marc@vaadin.com>
Mon, 15 Oct 2012 11:21:51 +0000 (14:21 +0300)
committerMarc Englund <marc@vaadin.com>
Mon, 15 Oct 2012 13:02:20 +0000 (16:02 +0300)
Replaces c/103 (Id7a64ccd76c33bbfd2fa3c81df6092f068fa983a)

Change-Id: If99bd4937a70aaa77a5250076d27c2534b940152

theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
theme-compiler/tests/resources/scss/functions.scss

index be5e14a543496b9737de1106b373e1775176cf3a..de5894798272aaed7f347f04cbf36543303b02d5 100644 (file)
@@ -66,7 +66,7 @@ public class EachVisitor implements Visitor {
 
             last = child;
         }
-        rootNode.removeChild(defNode);
+        parent.removeChild(defNode);
     }
 
 }
index b9860311ea1c0d9273ff76b83ecb5e421348a4a4..93c1a6a64ab23487c1bcb22aad421a7e3c64ed42 100644 (file)
@@ -15,6 +15,4 @@ $app-bg-color : lighten($base-color, 6%);
        color: lighten(#800, 20%);
        color : $base-color;
        color : $app-bg-color;
-}
-
-
+}
\ No newline at end of file