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: support CSS variables #627

Merged
merged 1 commit into from
Nov 13, 2021
Merged

fix: support CSS variables #627

merged 1 commit into from
Nov 13, 2021

Conversation

gregberge
Copy link
Owner

Fixes #582

@vercel
Copy link

vercel bot commented Nov 13, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/gregberge/svgr/HiHdm8Yg1Sa6CuV8DZZonhUEJhto
✅ Preview: https://svgr-git-support-css-variables-gregberge.vercel.app

@codecov
Copy link

codecov bot commented Nov 13, 2021

Codecov Report

Merging #627 (cbdb47f) into main (985444d) will increase coverage by 3.41%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #627      +/-   ##
==========================================
+ Coverage   89.20%   92.61%   +3.41%     
==========================================
  Files          32       32              
  Lines         713      718       +5     
  Branches      232      233       +1     
==========================================
+ Hits          636      665      +29     
+ Misses         76       52      -24     
  Partials        1        1              
Impacted Files Coverage Δ
.../hast-util-to-babel-ast/src/stringToObjectStyle.ts 96.66% <100.00%> (+80.66%) ⬆️
...ckages/hast-util-to-babel-ast/src/getAttributes.ts 91.42% <0.00%> (+2.85%) ⬆️
packages/hast-util-to-babel-ast/src/util.ts 92.85% <0.00%> (+21.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 985444d...cbdb47f. Read the comment docs.

@gregberge gregberge merged commit 6f832f0 into main Nov 13, 2021
@gregberge gregberge deleted the support-css-variables branch November 13, 2021 19: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.

Inline css var support
1 participant