Skip to content

Broken prop reference with operator #98

@knilink

Description

@knilink

input

.foo
  width: 1px
  height: -@width

expected:

.foo {
  width: 1px;
  height: -1px;
}

actual:

TypeError: Cannot read property 'map' of undefined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions