Hi all,
I think there’s a mistake in the lesson in the following statement:
wrap-reverse
: wraps items from bottom-to-top if they are in a row, or right-to-left if they are in a column.
I think it should be:
-
wrap-reverse
: wraps items from right-to-left if they are in a row, or bottom-to-top if they are in a column.
I didn’t know how to report this so I created this thread.
Thanks!
Edit: turned out I was wrong and there’s already a github issue about this explaining that the current state is the correct one: