sass-export icon indicating copy to clipboard operation
sass-export copied to clipboard

map.get not working

Open tanekim88 opened this issue 5 years ago • 1 comments

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"}}

tanekim88 avatar Oct 14 '20 15:10 tanekim88

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

Levdbas avatar May 14 '21 11:05 Levdbas