Skip to content

Syntex: Less v3.5.0 Property / value accessors issue #66763

@noommii

Description

@noommii

Issue Type: Feature Request

.func(@c1, @c2) {
@bg: ((@c1 + @c2) / 2);
@clr: (@c1 + @c2);
}
div {
color: **.**func(red, green)[@clr];
background-color: **.**func(red, green)[@bg];
}

//Call mixins show error on 'color' & 'background-color' properties

VS Code version: Code 1.30.2 (61122f8, 2019-01-07T22:54:13.295Z)
OS version: Windows_NT x64 10.0.17134

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions