Class SassLinker


  • @LinkerOrder(PRE)
    @Shardable
    public class SassLinker
    extends com.google.gwt.core.ext.linker.AbstractLinker
    Pre-linker that checks for the existence of SASS files in public folders, compiles them to CSS files with the SassCompiler from Vaadin and adds the CSS back into the artifact.
    • Constructor Detail

      • SassLinker

        public SassLinker()
    • Method Detail

      • getDescription

        public String getDescription()
        Specified by:
        getDescription in class com.google.gwt.core.ext.Linker