diff options
author | Marc Englund <marc@vaadin.com> | 2012-11-23 13:21:49 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-23 11:47:42 +0000 |
commit | fa7da722662de5ead99226189ca963afebdf5446 (patch) | |
tree | 7a6d87dd6ddf2ec6922cc10833a260d9340115eb /theme-compiler/src/com/vaadin/sass/SassCompiler.java | |
parent | 1c400f042b32046a4becacfb856db4829bd0515d (diff) | |
download | vaadin-framework-fa7da722662de5ead99226189ca963afebdf5446.tar.gz vaadin-framework-fa7da722662de5ead99226189ca963afebdf5446.zip |
Make most of the sass compiler API internal, fixes #10339
Change-Id: Ia783142aa96665a26491b659a387490883875d37
Diffstat (limited to 'theme-compiler/src/com/vaadin/sass/SassCompiler.java')
-rw-r--r-- | theme-compiler/src/com/vaadin/sass/SassCompiler.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/SassCompiler.java b/theme-compiler/src/com/vaadin/sass/SassCompiler.java index 07d6eb01f1..74394636b0 100644 --- a/theme-compiler/src/com/vaadin/sass/SassCompiler.java +++ b/theme-compiler/src/com/vaadin/sass/SassCompiler.java @@ -20,6 +20,8 @@ import java.io.File; import java.io.FileWriter; import java.io.IOException; +import com.vaadin.sass.internal.ScssStylesheet; + public class SassCompiler { public static void main(String[] args) throws Exception { |