Skip to content

Conflicts between $settings and $_settings #181

@robsonsobral

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions