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
A space between the two arguements in repeat breaks implementation. For example, repeat(auto-fit,20) will work, but repeat(auto-fit, 20) won't(Notice the space).
A space between the two arguements in
repeat
breaks implementation. For example,repeat(auto-fit,20)
will work, butrepeat(auto-fit, 20)
won't(Notice the space).The text was updated successfully, but these errors were encountered: