Skip to content

Negative Interpolation Variable Error #344

@spencerbaynton

Description

@spencerbaynton
$variable: 1;

$interpolation: #{$variable}px;

div {
  top: -$interpolation;
}

Expected (3.3.5 and 3.2.19) output:

div {
  top: -1px;
}

libsass output:

div {
  top: -$interpolation; }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions