Skip to content

pantoken / renderers/shadcn/src / toShadcnCss

Swyddogaeth: toShadcnCss()

toShadcnCss(options?): string

Arbrofol

Allwthio'r bont shadcn → Instructure ar gyfer newidynnau CSS.

Paramedrau

options?

ToShadcnCssOptions = {}

ToShadcnCssOptions.

Yn dychwelyd

string

Y llinyn CSS sy'n creu'r bont.

Enghraifft

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.