You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Hey,
As noted in #2890 the get and set methods on a map are implemented as
map-getandmap-set.However the official sass-lang pages show
map.getandmap.set:https://sass-lang.com/documentation/values/maps#look-up-a-value
Either those documentation pages should reflect the actual implementation, or the implementation should support the official syntax.
If you point me into the right direction I'm more then willing to help out.