Currently, the code for version 4 call the default settings of just $_settings and allow its override. However, SASS doesn't allow overriding private settings.
To avoid the conflict, I renamed the parameter to $global-settings, but this looks too verbose.
I'm considering to just pass everything on the root level, without the need combine all settings within the $settings map.