Skip to content

pantoken / formats/components/src / elevationCss

関数: elevationCss()

elevationCss(options?): string

ベータ

Build the elevation token block: <selector> { --instui-elevation-*: … }. Shipped inside components.css (so shadows are intrinsic — no plugin, no extra import), and reusable by other layered outputs (e.g. the Pendo renderer) via the selector option.

パラメーター

options?

selector — ルールセレクタ(デフォルト :root)。

selector?

string

戻り値

string

CSS文字列。

ts
import { elevationCss } from "@pantoken/components";

elevationCss(); // ":root { --instui-elevation-resting: …; --instui-elevation-above: …; … }"