Skip to content

pantoken / renderers/pendo/src / buildPendoCss

Fonksyon: buildPendoCss()

buildPendoCss(options?): string

Beta

Kreye fèy stil gid Pendo a.

Paramèt

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

Retounen

string

CSS konpoze a.

Egzanp

Konpilasyon rebrand default (ki limite, !important, taye)

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

const css = buildPendoCss();

Tèm Canvas, san limit, kenbe seri token konplè a

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

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