Skip to content
HomePagesHomePages template kit

FrameTokens

The three custom properties the frame shell sets on its root, ready to spread into a `style`.

The three custom properties the frame shell sets on its root, ready to spread into a style. Exact CSS px — the shell’s own calc() box and any section padding measured from the trim edge resolve against these values, so they are never rounded.

Import from @homepages/template-kit.

export interface FrameTokens {
readonly "--frame-w": string;
readonly "--frame-h": string;
readonly "--frame-bleed": string;
}