Skip to content

pantoken / renderers/astro/src / pantokenCss

Functie: pantokenCss()

pantokenCss(options?): string

Alpha

Bouw het pantoken-stylesheet voor een thema (met optionele plugin-CSS). Beschikbaar voor direct gebruik.

Parameters

options?

InstUIOptions = {}

InstUIOptions.

Retourneert

string

De CSS-string.

Voorbeeld

ts
import { pantokenCss } from "@pantoken/astro";

const css = pantokenCss({ theme: "canvas" });