Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map.get not working #62

Open
tanekim88 opened this issue Oct 14, 2020 · 1 comment
Open

map.get not working #62

tanekim88 opened this issue Oct 14, 2020 · 1 comment

Comments

@tanekim88
Copy link

tanekim88 commented Oct 14, 2020

In sass, there is a module map built in,
@use 'sass:map';

And instead of using map-get or map-keys, it allows to use map.get, map.keys syntax. It would be great if these syntaxes can be supported

Also, nested map support would be awesome,
like $a: ( "a": ("b":red)) should be expected to become { "a": {"b": "red"}}

@Levdbas
Copy link
Contributor

Levdbas commented May 14, 2021

Your first question should be fixed in the new 2.x version of this plugin. Your second is still open I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants