Skip to content

pantoken / renderers/shadcn/src / toShadcnCss

Fonksyon: toShadcnCss()

toShadcnCss(options?): string

Eksperimantal

Jenere pon shadcn → Instructure pou varyab CSS.

Paramèt

options?

ToShadcnCssOptions = {}

ToShadcnCssOptions.

Retounen

string

Chèn CSS ki fè pon an.

Egzanp

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.