関数を定義する方法 (@function)
@function my-function($arg1, $arg2, $arg3) { @return retval; }
参考:
自作関数を定義する @function | Web 制作者のための Sass の教科書
Sass の @function の使い方まとめ – プログラマブルな処理は @function | TEST CORDING
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
変数のスコープ
参考: