gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[Bug] Deprecated index.css properities causing Firefox issues #50

Closed gbowne1 closed 7 months ago

gbowne1 commented 7 months ago

Describe the bug

In the Firefox browser console you will see:

Unknown property ‘-moz-osx-font-smoothing’. Declaration dropped.

Error in parsing value for ‘-webkit-text-size-adjust’. Declaration dropped.

Expected behavior These errors should not appear

Desktop (please complete the following information):

Additional context The fix for this is easy. Just fix the deprecated properities in the /src/client/src/index.css file

gbowne1 commented 7 months ago

This issue was fixed in another repo I have here:

https://github.com/gbowne1/codebooker/pull/196/commits/dbe24ad1a3d359d074c0a3e7c98cd4aa2b063eb0

not sure if removing it really helps the issue out.

jarmentor commented 7 months ago

@gbowne1 - I've done a little bit of research on this. I think removal is the way to go

gbowne1 commented 7 months ago

Alright fine enough for me @jarmentor