HasCssSuffix

interface HasCssSuffix(source)

Provides a cssSuffix to be used when constructing CSS class names. Simple hash codes are not suitable for this as they are not very human-readable and their computation can be more complex than needed.

Properties

Link copied to clipboard
abstract val cssSuffix: String

A suffix to be used when constructing names of CSS classes.