RESERVED_FORMAT_VARIANT_NAMES
Variant names a format id may not shadow: Tailwind's built-ins — its default breakpoints (which the kit leaves untouched), its static variants, and the roots of its functional variants (`group-*`, `data-*`, …).
Variant names a format id may not shadow: Tailwind’s built-ins — its default
breakpoints (which the kit leaves untouched), its static variants, and the
roots of its functional variants (group-*, data-*, …). Shadowing one
would silently rebind every existing use of that prefix in the section
corpus. A template’s own breakpoints theme tokens are its own namespace;
a collision there is the template’s to avoid, not parse-refusable here.
Import from @homepages/template-kit.
Signature
Section titled “Signature”const RESERVED_FORMAT_VARIANT_NAMES: ReadonlySet<string>