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(processor): fix theme.fontSize name error, close #808 #823

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hyphon
Copy link

@Hyphon Hyphon commented Aug 6, 2022

This pr should fix issue #808.
The solution is change font size handler from amount to body, that makes the key from '1' (error) to 'title-1' (correct).

@codecov-commenter
Copy link

Codecov Report

Merging #823 (1f14f37) into main (cf3067b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   87.91%   87.91%           
=======================================
  Files          57       57           
  Lines        4882     4882           
  Branches     1038     1038           
=======================================
  Hits         4292     4292           
  Misses        323      323           
  Partials      267      267           
Impacted Files Coverage Δ
src/lib/utilities/dynamic.ts 94.96% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

None yet

3 participants