Skip to content

pantoken / renderers/pendo/src / buildPendoCss

تابع: buildPendoCss()

buildPendoCss(options?): string

بتا

ساخت stylesheet راهنمای Pendo.

پارامترها

options?

BuildPendoCssOptions = {}

BuildPendoCssOptions.

مقدار بازگشتی

string

CSS ترکیب‌شده.

نمونه‌ها

ساخت پیش‌فرض بازبرندینگ (محدوده‌بندی‌شده، !important، کوتاه‌شده)

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

const css = buildPendoCss();

قالب Canvas، بدون محدوده‌بندی، نگهداری مجموعهٔ کامل توکن‌ها

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

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