MCPcopy Create free account
hub / github.com/csskit/csskit / nth.rs

File nth.rs

crates/css_ast/src/selector/nth.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{CSSInt, CssAtomSet, CssDiagnostic};
2use css_parse::{
3 Cursor, CursorSink, Diagnostic, Kind, KindSet, Parse, Parser, Peek, Result as ParserResult, SemanticEq, Span, T,
4 ToCursors, ToSpan,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected