Skip to content

pantoken / renderers/shadcn/src / toShadcnCss

Függvény: toShadcnCss()

toShadcnCss(options?): string

Kísérleti

Bocsásson ki a shadcn → Instructure CSS-változó hidat.

Paraméterek

options?

ToShadcnCssOptions = {}

ToShadcnCssOptions.

Visszatérés

string

A hidaló CSS karakterlánc.

Példa

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.