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
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
It's a good practice to heavily limit inline styles for performance reasons. In that aim it'd be best to have one generic arrow and then extend that generic arrow 4 times for up, down, left, and right.
In the generic arrow ideally handle the translate in the SVG instead of the css. That would avoid some extra inline styles.
The text was updated successfully, but these errors were encountered:
It's a good practice to heavily limit inline styles for performance reasons. In that aim it'd be best to have one generic arrow and then extend that generic arrow 4 times for up, down, left, and right.
In the generic arrow ideally handle the translate in the SVG instead of the css. That would avoid some extra inline styles.
The text was updated successfully, but these errors were encountered: