SelectorListItem

data class SelectorListItem(val location: CssLocation, val selectors: List<Selector>) : CssComponentValueNode(source)

Represents a list of selectors, separated by commas.

Constructors

Link copied to clipboard
constructor(location: CssLocation, selectors: List<Selector>)

Properties

Link copied to clipboard
open override val location: CssLocation
Link copied to clipboard

The list of selectors.

Functions

Link copied to clipboard
open override fun toString(): String
open override fun toString(indent: Int): String