mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05:00
We can't compare **computed** (ok)lch values since those are not stable. For example, one of the values used in "User color palette selector" spec: * `oklch(0.92 0.0708528 68.5036)` - the value hardcoded in the spec * `oklch(0.92 0.0708528 68.5037)` - the value on my machine (the spec was failing) * `oklch(0.92 0.070857 68.5063)` - the value after updating pitchfork (that's why the [PR](https://github.com/discourse/discourse/pull/36352) is failing) All those are effectively the same. When converted to hex they all resolve to `#ffddb2`.