MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / Selectors

Class Selectors

css-inline/src/html/selectors/mod.rs:24–24  ·  view source on GitHub ↗

A pre-compiled list of CSS Selectors.

Source from the content-addressed store, hash-verified

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

Callers 1

compileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected