CssState

class CssState(var tokenize: Int = 0, var stringQuote: String = "", var state: String = "top", var stateArg: String? = null, var context: CssContext = CssContext("top", 0, null))

Constructors

Link copied to clipboard
constructor(tokenize: Int = 0, stringQuote: String = "", state: String = "top", stateArg: String? = null, context: CssContext = CssContext("top", 0, null))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard