CssCommentToken sealed class CssCommentToken : CssToken Represents a CSS comment token. Documentation Code public bool IsBad { get; } Gets if the data is bad. public CssCommentToken(string data, bool bad, TextPosition position) Creates a new CSS comment token.