RUST-NATIVE CSS TOOLCHAINPUBLIC PREVIEW / MEDELLÍN / 2026

Cascade inspection

Explain the winning declaration.

Inspect authored CSS by element and longhand to see matching selectors, precedence, and the final winner.

Ask one precise question

Provide a CSS file, a bounded element description, and one longhand. The command reports candidates instead of simulating an entire browser.

pliego-cssc explain-cascade --input app.css \
  --element 'button#save.action' --property background-color

See why it won

Origin, importance, layer, specificity, and source position are surfaced in comparison order with a stable machine-readable form.

Keep the model honest

This is a static bounded inspector. Runtime DOM state, animation interpolation, adopted sheets, and script mutation remain browser responsibilities.

Loading search index…

↑↓ navigate · enter open · esc close