typeSelector constant

Specificity const typeSelector

The specificity of a type selector or pseudo-element, (0,0,1).

Implementation

static const typeSelector = Specificity(0, 0, 1);