CssContext

data class CssContext(val type: String, val indent: Int, val prev: CssContext?)

Constructors

Link copied to clipboard
constructor(type: String, indent: Int, prev: CssContext?)

Properties

Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard