-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeededVerification succeeded
Milestone
Description
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 bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeededVerification succeeded