A pre-compiled list of CSS Selectors.
| 22 | |
| 23 | /// A pre-compiled list of CSS Selectors. |
| 24 | pub(crate) struct Selectors(pub(crate) SmallVec<[Selector; 1]>); |
| 25 | |
| 26 | /// The specificity of a selector. |
| 27 | /// Determines precedence in the cascading algorithm. |