Skip to content

pantoken / renderers/pendo/src / buildPendoCss

Mahi: buildPendoCss()

buildPendoCss(options?): string

Beta

Hangaia te kāhua (stylesheet) mō te aratohu Pendo.

Ngā Tawhā

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

Whakahokia

string

Te CSS kua whakakotahitia.

Ngā tauira

Paerewa hanga whakahou-waitohu (ā-taunga, !important, kua tapahia)

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

const css = buildPendoCss();

Kāhua Canvas, kāore i te ā-taunga, puritia te huinga tohu katoa

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

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