Skip to content

pantoken / renderers/pendo/src / buildPendoCss

Fonksiyon: buildPendoCss()

buildPendoCss(options?): string

Beta

Pendo kılavuzu stil sayfasını oluştur.

Parametreler

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

Döndürür

string

Oluşturulmuş CSS.

Örnekler

Varsayılan yeniden markalama derlemesi (alan sınırlı, !important, budanmış)

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

const css = buildPendoCss();

Canvas teması, kapsamsız, tam token kümesini koru

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

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