Although it works on a local development server, when deployed to production one of the properties in my CSS is abruptly being changed in value.
The LESS says opacity: 92%
but when I run npx parcel build
on it, the resultant CSS file has opacity: 1%
instead. I've never seen this before, and it started happening suddenly - this same code was working fine for a long time until this came out of nowhere.
What could be causing this?