Sass map.get() doesn’t work. map-get() does. What gives?
I am having a similar issue as OP (using dart-sass v1.25.0), and only map-get works, map.get doesn’t. The documentation doesn’t seem to be very clear on this, but the (Sass Module System: Draft 6) document on Github explains it better. It seems like Sass is moving on to using @use in favour of @import for … Read more