Skip to content

Conflicts between $settings and $_settings #181

Description

@robsonsobral

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions