Skip to content

Bug: Same dependency/dependee listed multiple times #530

@reneroth

Description

@reneroth

... if used more than once in a function/mixin

Stupid example:

@function double-value($value) {
  @return $value * 2;
}

@mixin doubledouble($attribute, $value) {
    #{$attribute}: double-value($value) + double-value($value);
}

Will state that doubledouble requires double-value 2x

I will try to look into this as soon as I find the time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions