Skip to content

Parse error on nested SassScript Maps #509

@lunelson

Description

@lunelson

In the following declarations, the fourth causes the error:

$map1: (alpha: 1);
$map2: (alpha: 1, beta: 2);
$map3: (alpha: ());
$map4: (alpha: (), beta: ());

... just a simpler test case of error reported here #481 (comment)

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