Skip to content

pantoken / renderers/foundation/src / toFoundationSettings

函式: toFoundationSettings()

toFoundationSettings(options?): string

實驗性

輸出 Foundation Sass 設定覆寫。請在 @include foundation-everything 之前載入它。

參數

options?

ToFoundationSettingsOptions = {}

ToFoundationSettingsOptions.

回傳

string

以字串形式的 Sass partial。

範例

讓消費者的設定仍然勝出

ts
toFoundationSettings({ useDefault: true });