関数を定義する方法 (@function)

@function my-function($arg1, $arg2, $arg3) {
  @return retval;
}

参考:

関数も使おう | Adobe Blog

自作関数を定義する @function | Web 制作者のための Sass の教科書

Sass の @function の使い方まとめ – プログラマブルな処理は @function | TEST CORDING

@function で関数を作る | ハックノート

Sass で関数を作成する | cly7796.net

extend, mixin, function | MONSTER DIVE

Sass ってみよう! @each @if @function編 | きまぐれ引きこもりんご80%

Using pure Sass functions to make reusable logic more useful | The Sass Way

How To Write Your Own Custom Sass Functions | Vanseo Design

The Function Directive | SitePoint

スコープ

参考:

scope of function and mixin definitions · Issue #2268 · sass/sass – GitHub

変数のスコープ

参考:

Understanding Variable Scope in Sass | Envato Tuts+

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA