Skip to content

pantoken / renderers/foundation/src / toFoundationSettings

関数: toFoundationSettings()

toFoundationSettings(options?): string

実験的

Foundation の Sass 設定オーバーライドを出力します。@include foundation-everything の前に読み込んでください。

パラメーター

options?

ToFoundationSettingsOptions = {}

ToFoundationSettingsOptions.

戻り値

string

Sass パーシャルを文字列として表したもの。

利用者の設定を優先する

ts
toFoundationSettings({ useDefault: true });