Class CSSFunctionNode
Section of the body of a CSS function rule.
public sealed record CSSFunctionNode : IEquatable<CSSFunctionNode>
- Inheritance
-
CSSFunctionNode
- Implements
- Inherited Members
Constructors
CSSFunctionNode()
Section of the body of a CSS function rule.
public CSSFunctionNode()
Properties
Condition
A conditional block. If set, style should not be set.
public CSSFunctionConditionNode? Condition { get; init; }
Property Value
Style
Values set by this node. If set, condition should not be set.
public CSSStyle? Style { get; init; }