We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Possibly due to ancestor CSS not being applied?
In particular; the font-face is missing.
Looks like it should be applied though, since the algorithm uses getComputedStyle for each element.
getComputedStyle
Try wrapping the output elements in ancestor html, and also dumping ancestor css to see if it fixes it.
The text was updated successfully, but these errors were encountered:
jesstelford
No branches or pull requests
Possibly due to ancestor CSS not being applied?
In particular; the font-face is missing.
Looks like it should be applied though, since the algorithm uses
getComputedStyle
for each element.Try wrapping the output elements in ancestor html, and also dumping ancestor css to see if it fixes it.
The text was updated successfully, but these errors were encountered: