diff options
author | Marc Englund <marc@vaadin.com> | 2012-10-12 16:59:03 +0300 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2012-10-12 16:59:03 +0300 |
commit | 754cf6a33685507cc3a7d5afeb761f227df66fb8 (patch) | |
tree | c04fc174d257dff029680f082dc56926fc0f28cb /theme-compiler | |
parent | 29d1b00aa5cfa81a9a945e492ac408554c100ab8 (diff) | |
download | vaadin-framework-754cf6a33685507cc3a7d5afeb761f227df66fb8.tar.gz vaadin-framework-754cf6a33685507cc3a7d5afeb761f227df66fb8.zip |
Explained one commented out line
Change-Id: Ib5ff8458d12eb1cd1479e2591fb5347682e0cc91
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/src/com/vaadin/sass/SassCompiler.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/SassCompiler.java b/theme-compiler/src/com/vaadin/sass/SassCompiler.java index 555797066b..e6ac31b865 100644 --- a/theme-compiler/src/com/vaadin/sass/SassCompiler.java +++ b/theme-compiler/src/com/vaadin/sass/SassCompiler.java @@ -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); |