CssCommentToken sealed class CssCommentToken : CssToken The comment token that contains an HTML comment. Documentation Code public static CssCommentToken Close { get; } Gets a new CSS close comment token. public static CssCommentToken Open { get; } Gets a new CSS open comment token.