SelectorList

@Serializable
data class SelectorList(val selectors: List<CSS.Value>, val text: String)

Selector list data.

Constructors

Link copied to clipboard
constructor(selectors: List<CSS.Value>, text: String)

Properties

Link copied to clipboard

Selectors in the list.

Link copied to clipboard

Rule selector text.