Skip to content

pantoken / renderers/shadcn/src / toShadcnCss

Fušla: toShadcnCss()

toShadcnCss(options?): string

Eksperimentála

Gávdnet shadcn → Instructure CSS-variable ruovttoluotta.

Parametera

options?

ToShadcnCssOptions = {}

ToShadcnCssOptions.

Gullii / Gávdnat

string

Bridžavuohta CSS-string.

Exempel

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.