-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 'px' units to relative sizes and use 'rem' for font-sizes #318
Comments
@coderabbitai can you run an analysis to check where we are using PX values? |
Tip For best results, initiate chat on the files or code changes. @AndlerRL, I've analyzed the codebase for pixel (px) values. Here's a summary of where they are being used:
Recommendations:
Would you like me to create a GitHub issue to track these changes? We can break them down into smaller, manageable tasks. 🐰 thoughtfully analyzing the pixel values in your codebase 🔗 Analysis chainI'll help you analyze where PX values are being used in the codebase. Let me search for these occurrences. Let me modify the search to use more basic file extensions since some file types aren't recognized. 🏁 Scripts executedThe following scripts were executed for the analysis: Script:
Length of output: 685 Script:
Length of output: 98720 |
As discussed in PR #317, we need to check where we are using 'px' and update them to use relative sizes with TailwindCSS classes. We should always use 'rem' on font-sizes.
Requested by @AndlerRL.
Reference comment: #317 (comment)
The text was updated successfully, but these errors were encountered: