Skip to content

Wrong parsing when rule content is not complete #2

@ramya-rao-a

Description

@ramya-rao-a

In the below case, the node for the rule gets 1 child which is of type property with name as margin\n padding and value as 10px

.foo {
            margin
            padding: 10px;
        }

In the below case, the node for the rule gets 1 child which is of type property with name as margin and value as padding: 10px

.foo {
            margin:
            padding: 10px;
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions