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
The size mixin is a little confusing, because the x and y axises are swapped. In CSS properties that accept coordinates as input it's always x followed by y (background-size, background-position). That's why I think the .size mixin should accept width first and then height.
The size mixin is a little confusing, because the x and y axises are swapped. In CSS properties that accept coordinates as input it's always x followed by y (background-size, background-position). That's why I think the .size mixin should accept width first and then height.
The text was updated successfully, but these errors were encountered: