I use opacity: 100% or opacity: 40% in some SCSS code in my React app.
Works find in development mode.
But when I build, all the elements have their opacity set to 1%!!!
I've worked around this easily by using rgba colors and setting opacity there.
But, what is up with this???