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

Handle CSSNumericValue instances while parsing #221

Merged
merged 5 commits into from
Feb 4, 2024

Conversation

bramus
Copy link
Collaborator

@bramus bramus commented Feb 1, 2024

Fixes #220.

@bramus bramus changed the title Make sure value is a string before trimming Handle CSSNumericValue instances while parsing Feb 1, 2024
@bramus bramus requested a review from flackr February 1, 2024 22:57
@bramus
Copy link
Collaborator Author

bramus commented Feb 1, 2024

Best to hold off merging this one until #206 makes it in, and then rebase these changes on top of that.

src/proxy-cssom.js Outdated Show resolved Hide resolved
src/proxy-cssom.js Outdated Show resolved Hide resolved
@bramus bramus force-pushed the parsecssnumeric-hotfix branch from ae5ae1c to b22d7fd Compare February 4, 2024 09:00
@bramus bramus merged commit ecdca38 into flackr:master Feb 4, 2024
1 check passed
@bramus bramus deleted the parsecssnumeric-hotfix branch February 4, 2024 09:02
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.

Uncaught TypeError: e.trim is not a function
2 participants