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 /start.tsx route is having the hardcoded pixels/percentage values - a tailwind anti-pattern. It will be great to refactor it with suitable Tailwind classes instead. To find the anti-pattern we can use this regex ^.*?-\[[^\d]*(\d+)[^\d]*\].*$
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.
For full info on how to contribute, please check out our contributors guide.
Describe the bug
The
/start.tsx
route is having the hardcoded pixels/percentage values - a tailwind anti-pattern. It will be great to refactor it with suitable Tailwind classes instead. To find the anti-pattern we can use this regex^.*?-\[[^\d]*(\d+)[^\d]*\].*$
This issue is related with #1522 and #2053.
Proposed Solution
Refactor the code with suitable Tailwind classes.
Steps to reproduce
/start.tsx
route.^.*?-\[[^\d]*(\d+)[^\d]*\].*$
.Browsers
Chrome
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: