CssLocation

data class CssLocation(val source: String, val start: Int, val end: Int)(source)

Represents a location in a CSS source file.

Constructors

Link copied to clipboard
constructor(source: String, start: Int, end: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
Link copied to clipboard
val start: Int

Functions

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