Skip to content

Negative variables are not compiled after update #122

@sn3p

Description

@sn3p

Did something change regarding the compilation of negative variables?

In v0.14.0 this:

.foo {
  --width: 100px;
  with: -var(--width);
}

used to output:

.foo {
  with: -100px;
}

But after updating to v0.17.0 I get:

.foo {
  with: -var(--width);
}

I tried reproducing in the playground, but this still runs on v0.14.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions