-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Probably caused by #9184?
Possible related to #13580?
Prettier 2.8.1
Playground link
--parser scss
Input:
@each $name, $hue in $hues {
$map: map.merge(
$map,
(
'#{$prefix}-#{$name}': blend.set($base, $hue: $hue),
)
);
}
Output:
@each $name, $hue in $hues {
$map: map.merge($map, ('#{$prefix}-#{$name}': blend.set($base $hue: $hue)));
}
Expected behavior:
Comma should not be removed from blend.set($base, $hue: $hue)
call.
Metadata
Metadata
Assignees
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.