csharp
public readonly record struct VariantEffectWhat a variant does to the rule it prefixes.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public string SelectorSuffixAppended to the class selector — :hover, [data-x].
public string SelectorPrefixPrepended, for the variants that need an ancestor — .dark.
public string? AtRuleAn at-rule to wrap the whole thing in, such as a media query.
Methods (1)
public VariantEffect(string SelectorSuffix, string SelectorPrefix, string? AtRule)What a variant does to the rule it prefixes.
Used by (2)
- UtilityGeneratorVixen.Ui.Styling.Utilities
- VariantsVixen.Ui.Styling.Utilities