Skip to content

variable overwriting #144

@gamma613

Description

@gamma613

Here's a simplified version of some code that I believe is being incorrectly processed:

$x : #9f0;
$y : solid 1px scale-color($x, $lightness: -50%);


body {
    background:$x;
}

the result of which is

body {
    background:#4d8000;
}

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