Uses of Class
wrm.libsass.SassCompiler.InputSyntax
-
Packages that use SassCompiler.InputSyntax Package Description wrm.libsass -
-
Uses of SassCompiler.InputSyntax in wrm.libsass
Methods in wrm.libsass that return SassCompiler.InputSyntax Modifier and Type Method Description static SassCompiler.InputSyntax
SassCompiler.InputSyntax. valueOf(String name)
Returns the enum constant of this type with the specified name.static SassCompiler.InputSyntax[]
SassCompiler.InputSyntax. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in wrm.libsass with parameters of type SassCompiler.InputSyntax Modifier and Type Method Description void
SassCompiler. setInputSyntax(SassCompiler.InputSyntax inputSyntax)
-