Comment

data class Comment(val value: String, val location: CssLocation, val isHtmlComment: Boolean = false) : CssStatementNode(source)

Represents a CSS comment.

Constructors

Link copied to clipboard
constructor(value: String, location: CssLocation, isHtmlComment: Boolean = false)

Properties

Link copied to clipboard
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