Skip to content

map.get not working #62

@tanekim88

Description

@tanekim88

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions