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

fix: parse fonts #56

Merged
merged 2 commits into from
Dec 5, 2023
Merged

fix: parse fonts #56

merged 2 commits into from
Dec 5, 2023

Conversation

ricardogobbosouza
Copy link
Member

Resolve #55

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a35a65a) 100.00% compared to head (dc6adc5) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #56   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          602       597    -5     
  Branches       150       148    -2     
=========================================
- Hits           602       597    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@episage
Copy link

episage commented Nov 29, 2023

Thanks for implementing the solution. I think it is OK.

Ideally we would use https://www.npmjs.com/package/css-tree and replace URLs in AST.

@ricardogobbosouza ricardogobbosouza merged commit 5f9f853 into main Dec 5, 2023
5 checks passed
@ricardogobbosouza ricardogobbosouza deleted the fix-parse-fonts branch December 5, 2023 22:55
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.

Parser fails silently on correct font url
2 participants