StylusState
class StylusState(var tokenize: Int = 0, var stringQuote: String = "", var state: String = "block", var context: StylusContext = StylusContext("block", 0, null))
Constructors
Link copied to clipboard
constructor(tokenize: Int = 0, stringQuote: String = "", state: String = "block", context: StylusContext = StylusContext("block", 0, null))