Skip to content

Commit f5c52f8

Browse files
committed
Avoid numbers with floating point rounding issues
1 parent 1235534 commit f5c52f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/colors/0053/source.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
a {
2-
color: color(xyz-d65 0.23456 0.18765 0.56789);
2+
color: color(xyz-d65 0.23456 0.18768 0.56789);
33
}

0 commit comments

Comments
 (0)