Skip to content

pantoken / renderers/shadcn/src / toShadcnCss

함수: toShadcnCss()

toShadcnCss(options?): string

실험적

shadcn → Instructure CSS-variable 브리지를 생성합니다.

매개변수

options?

ToShadcnCssOptions = {}

ToShadcnCssOptions.

반환값

string

브리지용 CSS 문자열.

예제

ts
import { toShadcnCss } from "@pantoken/shadcn";

const css = toShadcnCss();
// ":root { --primary: var(--instui-color-background-brand); … }"
// Emit alongside @pantoken/css, which defines the --instui-* properties.