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.