You can assign default parameter values inline when you first create the mixin: @mixin clearfix($width: 'auto') { @if $width == 'auto' ...
確定! 回上一頁