Skip to content
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

#976@minor Fix incorrect comma split on some css properties #985

Merged
merged 6 commits into from
Jul 17, 2023

Conversation

malko
Copy link
Contributor

@malko malko commented Jul 13, 2023

This will fix #976 and probably other bugs related to css values split on comma.
The fix will avoid splitting in comma if they are inside parentheses, which should make things a little bit better but not perfect.

@malko malko requested a review from capricorn86 as a code owner July 13, 2023 16:41
Copy link
Owner

@capricorn86 capricorn86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! 🌟

Found some things that I think we can optimize.

@malko
Copy link
Contributor Author

malko commented Jul 17, 2023

changes have been made, latest commit should also fix #670

Copy link
Owner

@capricorn86 capricorn86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 🌟

@capricorn86 capricorn86 merged commit 7b33345 into capricorn86:master Jul 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not work with urls encoded in base64 or svg
2 participants