@function bool($value) @if type-of($value) == bool @return true @else @return null