You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: Allow classes to accept a list of strings, rather than just a space separated string of classes.
This seems like a natural API, though not a high priority change.
One place where it makes things more natural is when using f-strings for some of the classes. Having classes=a_list allows more naturally having separate expressions for each class.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Proposal: Allow classes to accept a list of strings, rather than just a space separated string of classes.
This seems like a natural API, though not a high priority change.
One place where it makes things more natural is when using f-strings for some of the classes. Having classes=a_list allows more naturally having separate expressions for each class.
Beta Was this translation helpful? Give feedback.
All reactions