Package io.bit3.jsass

Class Compiler

java.lang.Object
io.bit3.jsass.Compiler

public class Compiler
extends java.lang.Object
The compiler compiles SCSS files, strings and contexts.
  • Constructor Summary

    Constructors 
    Constructor Description
    Compiler()
    Create new compiler.
  • Method Summary

    Modifier and Type Method Description
    Output compile​(Context context)
    Compile context.
    Output compile​(FileContext context)
    Compile file.
    Output compile​(StringContext context)
    Compile a string context.
    Output compileFile​(java.net.URI inputPath, java.net.URI outputPath, Options options)
    Compile file.
    Output compileString​(java.lang.String string, Options options)
    Compile string.
    Output compileString​(java.lang.String string, java.net.URI inputPath, java.net.URI outputPath, Options options)
    Compile string.
    static java.lang.String sass2scss​(java.lang.String source, int options)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait