Skip to content

Conversation

fisker
Copy link
Member

@fisker fisker commented Dec 15, 2022

Description

Fix #13984

Checklist

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory).
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

stringifyNode({
groups: commaGroup.groups,
}).trim(),
];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related, but the logic can be simplified to use Array#some().

@fisker fisker changed the title Fix function argument list in nested SCSS map Fix function argument list in SCSS maps Dec 15, 2022
@fisker fisker marked this pull request as ready for review December 15, 2022 07:31
@fisker fisker marked this pull request as draft December 15, 2022 08:50
@fisker fisker deleted the 13984 branch January 6, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in 2.8.1: Commas are removed from fn args in Sass maps.
1 participant