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: allow normal list elements in class attr #246

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

mhanberg
Copy link
Owner

@mhanberg mhanberg commented Oct 20, 2024

This allows you to include strings in class lists instead of only
allowing keyword lists.

So ["foo", "bar", nil, "baz": true] will result in "foo bar baz" now

Fixes #238

This allows you to include strings in class lists instead of only
allowing keyword lists.

So `["foo", "bar", nil, "baz": true]` will result in `"foo bar baz"` now

Fixes #238
@mhanberg mhanberg force-pushed the normal-list-in-class-attribute branch from b0e1fc5 to 3915a65 Compare October 20, 2024 23:17
@mhanberg mhanberg changed the title normal list in class attribute fix: allow normal list elements in class attr Oct 20, 2024
@mhanberg mhanberg merged commit e79e6c7 into main Oct 20, 2024
2 checks passed
@mhanberg mhanberg deleted the normal-list-in-class-attribute branch October 20, 2024 23:18
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.

class assign should accept a list
1 participant