CssUnknownRule sealed class CssUnknownRule : CssGroupingRule Represents an unknown CSS rule. Documentation Code public string Name { get; } Gets the name of the @-rule. public string Prelude { get; set; } Gets or sets the key text of the unknown rule. public CssUnknownRule(string name) Creates a new unknown rule.