Niklas Wenzel
Niklas Wenzel
Related issues, as [found](https://github.com/chakra-ui/chakra-ui/issues/2314#issuecomment-751514462) by @with-heart: * https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1874842 * https://bugzilla.mozilla.org/show_bug.cgi?id=553580
@simurai, @vdepizzol and @arzg, thank you so much for looking into this issue. :heart: Sorry for being late. I'm trying to answer all questions now. --- From @simurai: > ```css-scss...
@simurai Thanks for taking the time to look at this again! `Cantarell Regular` was the best-looking font out of the options I tested. Still not pixel-perfect (look at the STAFF...
The issue is not fixed. Parts of the GitHub website look quite bad in Firefox on Fedora:    _(Mixed up issues, deleted the old response.)_
Yes, that's a typo. I submitted a PR. :+1:
Seems to be fixed to me. If I missed something, correct me, otherwise this can be closed.
Thank you, @simurai! I switched from Fedora to macOS a while ago, but I'm sure someone else can test your changes.
@zedaizd Thank you so much! :tada: Adding the following to my webpack config for main solved the issue: ``` import { IgnorePlugin } from "webpack"; // Inside the config object,...
Note for anyone trying to import images into a TypeScript/React project: I had to create separate declaration files for each image type. Putting them into the same file didn't work....
What's the state of this PR?