Skip to content

pantoken / renderers/pendo/src / buildPendoCss

Fall: buildPendoCss()

buildPendoCss(options?): string

Beta

Smíða stílblað fyrir Pendo leiðbeininguna.

Færibreytur

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

Skilar

string

Samsett CSS.

Dæmi

Sjálfgefin endurmerkingarbygging (afmörkuð, !important, skorin)

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

const css = buildPendoCss();

Canvas þema, óafmörkuð, haltu fullu táknasafni

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

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