-
Notifications
You must be signed in to change notification settings - Fork 843
Modern JS: replaces occurrences of rgba
and hsla
#164
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
Comments
@teoli2003 Sir, Could you assign me this issue? I want to fix this |
You shouldn't ask this in several issues. I've already assigned the previous request to you, so start with it. Also you don't need to ask for permission, you can just create the PRs. |
Thanks for raising this concern! I understand the importance of using modern syntax consistently. I'll take the initiative to update the occurrences of rgba and hsla to the modern rgb and hsl syntax throughout the repository. I'll exclude the tools directory as per your suggestion, focusing on maintaining consistency in the main codebase. Appreciate your vigilance on this matter! |
Is this still an issue? |
For RGBA
For hsla, it looks like this is all:
|
There are quite a few occurrences of
rgba
andhsla
in the repo.We should only use the modern syntax of
rgb
andhsl
. (No need to update the tools directory, they would need much more work if we want to keep them…)The text was updated successfully, but these errors were encountered: