Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CoreVariants

type CoreVariants =
| "dark"
| "sticky"
| "motion-reduce"
| "motion-safe"
| "first"
| "last"
| "even"
| "odd"
| "children"
| "siblings"
| "sibling"
| "override";

§Type

§
"dark" | "sticky" | "motion-reduce" | "motion-safe" | "first" | "last" | "even" | "odd" | "children" | "siblings" | "sibling" | "override"
[src]