Skip to content

CSS: fix syntax style #2354

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sergio-costas
Copy link
Collaborator

The SASS documentation specifies that a list of elements for the @each statement should be defined without square brackets, but there are two definitions in the .scss file that uses them. This patch fixes it.

source: https://sass-lang.com/documentation/at-rules/control/each/

The SASS documentation specifies that a list of elements for
the @each statement should be defined without square brackets,
but there are two definitions in the .scss file that uses them.
This patch fixes it.

source: https://sass-lang.com/documentation/at-rules/control/each/
@sergio-costas sergio-costas requested a review from 3v1n0 February 6, 2025 10:49
@3v1n0
Copy link
Collaborator

3v1n0 commented Feb 14, 2025

True, but this is more a list of items despite being used in each, no?

However I'm fine if it works the same way.

@sergio-costas
Copy link
Collaborator Author

Yes, but Code syntax highlight complains... 😇

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.

2 participants