Skip to content

Interpolate CSS native variables in Design Editor files. #96

Closed
@kaspar-naaber

Description

@kaspar-naaber

For some reason SCSS doesn't process native CSS variable values if the variable name is not interpolated.

--variable-name: $variable-value;

should be written like this:

#{--variable-name}: $variable-value;

sasstools/sass-lint#877

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions