Class Specificity
public sealed class Specificity
- Inheritance
-
Specificity
- Inherited Members
Properties
A
The a component, which represents the number of ID selectors.
[JsonPropertyName("a")]
public long A { get; set; }
Property Value
B
The b component, which represents the number of class selectors, attributes selectors, and pseudo-classes.
[JsonPropertyName("b")]
public long B { get; set; }
Property Value
C
The c component, which represents the number of type selectors and pseudo-elements.
[JsonPropertyName("c")]
public long C { get; set; }