Skip to content

Nested operations removed for mixed unit calculations #10

@ghost

Description

I'm expecting that this won't get touched, but it's getting converted and losing the order of precedence and causing the calculation to be totally unexpected.

Source:

left: calc((100% - 1140px) / 4 - 8px);

Output:

left: calc(100% - 1140px / 4 - 8px);

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