enum CSS::ListStyle

Defined in:

css/list_style.cr

Enum Members

None = 0

Instance Method Summary

Instance Method Detail

def none? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]