Skip to content

pantoken / renderers/pendo/src / buildPendoCss

Funksjon: buildPendoCss()

buildPendoCss(options?): string

Beta

Bygg stilarket for Pendo-guiden.

Parametrar

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

Returnerer

string

Den samansette CSS-en.

Døme

Standard rebrand-bygg (avgrensa, !important, beskoren)

ts
import { buildPendoCss } from "@pantoken/pendo";

const css = buildPendoCss();

Canvas-tema, utan avgrensing, behold det fullstendige token-settet

ts
import { buildPendoCss } from "@pantoken/pendo";

const css = buildPendoCss({ theme: "canvas", scope: false, prune: false });