enum classafSass4f::SassInputStyle

sys::Obj
  sys::Enum
    afSass4f::SassInputStyle

@Serializable { simple=true }

Sass SCSS input style.

SASS

Source

const static SassInputStyle SASS := ...

Indentation based input files.

SCSS

Source

const static SassInputStyle SCSS := ...

CSS style input files.

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SassInputStyle instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SassInputStyle[] vals := ...

List of SassInputStyle values indexed by ordinal