Search code examples
cssreactjsnetlify

Netlify CSS opacity loading bad ReactJS


Hello guys when i deploy my ReactJS app to Netlify my opacity of an element is set to 1% but on my local host it's set to 50%. Any suggestions at what is causing this problem?

Netlify

My local host


Solution

  • I replaced 50% with 0.5 and now it is working.