enum classafSass4f::SassInputStyle
sys::Obj sys::Enum afSass4f::SassInputStyle
@
Serializable { simple=true }
Sass SCSS input style.
- SASS
const static SassInputStyle SASS := ...
Indentation based input files.
- SCSS
const static SassInputStyle SCSS := ...
CSS style input files.
- fromStr
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
const static SassInputStyle[] vals := ...
List of SassInputStyle values indexed by ordinal