Use 0
instead of none
in OKLCH values
#4093
Annotations
2 errors
src/css-functions.test.ts > in plugins > CSS theme functions in plugins are properly evaluated:
packages/tailwindcss/src/css-functions.test.ts#L886
Error: Snapshot `in plugins > CSS theme functions in plugins are properly evaluated 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"@layer base {
.my-base-rule {
color: red;
background-color: #00f;
- border-color: oklch(86.7739% .073542 7.08554 / .1);
+ border-color: oklch(86.7739% .073542 7.08548 / .1);
- outline-color: oklch(79.2689% .171026 70.6699 / .15);
+ outline-color: oklch(79.2689% .171026 70.67 / .15);
}
}
@layer utilities {
.my-utility {
❯ src/css-functions.test.ts:886:64
|
tests (20, namespace-profile-default, false)
Process completed with exit code 1.
|