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
I was hoping that if I set an array in bodyAttrs.class, it would be expanded with a space delimiter, but unfortunately it seems to be output with a comma delimiter and I cannot apply the style sheet correctly.
I was hoping that if I set an array in bodyAttrs.class, it would be expanded with a space delimiter, but unfortunately it seems to be output with a comma delimiter and I cannot apply the style sheet correctly.
For example, set the following code:
The expected
class
value of body:But here's my body class:
Of course, I understand that it works if all classes are placed as a single space-delimited set of strings from the beginning, instead of in an array.
But there are many advantages to being able to pass arrays, so hopefully this problem will be fixed.
The text was updated successfully, but these errors were encountered: