-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evaluate colorm as possible replacement for forked css-color-parser-cpp library #55
Comments
hey @coderabbitai can I ask you to suggest relevant code changes on how I can replace css-color-parser-cpp with colorm? Thanks. |
Tip For best results, initiate chat on the files or code changes. """ @andreamancuso, to replace
If you need further assistance with specific code changes, feel free to ask! Analysis chain""" """ Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Search for the usage of `css-color-parser-cpp` in the codebase.
rg 'css-color-parser-cpp' -A 5
Length of output: 1055 |
Thank you @coderabbitai but your suggestions are somewhat vague - can you please point me to the exact file(s) and line(s) along with the actual changes you think I would need to make? |
As recommended by @coderabbitai in a PR, I should look into https://github.com/soreja/colorm for CSS color parsing support.
The text was updated successfully, but these errors were encountered: