Identifier

data class Identifier(val location: CssLocation, val name: String) : Value(source)

Represents an identifier value.

Constructors

Link copied to clipboard
constructor(location: CssLocation, name: String)

Properties

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

Functions

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