Skip to content

scss/dollar-variable-no-missing-interpolation not work #320

@avs-doom

Description

@avs-doom

Hi!

The rule does not affect how I write variables, for example, inside the calc function, I expected that there would be highlighting if the variable was without interpolation.

`$width: 12;

.test {
width: calc(100% - $width - var(--constDef));
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions