CssComment sealed class CssComment : CssNode, ICssComment, ICssNode, IStyleFormattable Represents a comment in the CSS node tree. Documentation Code public string Data { get; } public CssComment(string data)