]> source.dussan.org Git - vaadin-framework.git/commitdiff
Explained one commented out line 17/117/1
authorMarc Englund <marc@vaadin.com>
Fri, 12 Oct 2012 13:59:03 +0000 (16:59 +0300)
committerMarc Englund <marc@vaadin.com>
Fri, 12 Oct 2012 13:59:03 +0000 (16:59 +0300)
Change-Id: Ib5ff8458d12eb1cd1479e2591fb5347682e0cc91

theme-compiler/src/com/vaadin/sass/SassCompiler.java

index 555797066b0a034a574a082152252ac05ade33bf..e6ac31b865477938fe8208a8b353614c69979d50 100644 (file)
@@ -36,6 +36,7 @@ public class SassCompiler {
             output = args[1];
         }
 
+        // You can set the resolver; if none is set, VaadinResolver will be used
         // ScssStylesheet.setStylesheetResolvers(new VaadinResolver());
 
         ScssStylesheet scss = ScssStylesheet.get(input);