Skip to content

pantoken / renderers/foundation/src / toFoundationCss

Fonksiyon: toFoundationCss()

toFoundationCss(options?): string

Deneysel

İnce çalışma zamanı CSS bindirmesini yayınla: Foundation'ın derlenmiş sınıflarını var(--instui-*) ile tema olarak uygula.

Parametreler

options?

ToFoundationCssOptions = {}

ToFoundationCssOptions.

Döndürür

string

Bindirme CSS dizesi.

Örnek

Bindirmeyi bir kapsayıcıya sınırla

ts
toFoundationCss({ scope: ".instui" });