Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix at-each-key-value-single-line end positions #689

Conversation

ybiquitous
Copy link
Contributor

Part of #652

See the following example to be reported:

@each $key in map-keys($font-weights) {
/*    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 *    Use @each $key, $value in $map syntax instead of $value: map-get($map, $key)
 */
  $value: map-get($font-weights, $key);
}

Copy link
Collaborator

@kristerkari kristerkari left a comment

Choose a reason for hiding this comment

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

Thank you 👍

@kristerkari kristerkari merged commit 014ea5b into stylelint-scss:master Oct 24, 2022
@ybiquitous ybiquitous deleted the fix-at-each-key-value-single-line-end-pos branch October 25, 2022 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants