My code looks like this:
$a: 4%;
background: repeating-conic-gradient(#000 0 .5*$a, transparent 0 $a);
Expected result: all slices, whether they're black or transparent should be equal (to 2% of 360deg, which is 7.2deg).
Actual result: they're different (test) and the issue is particularly obvious in the 0/ 360deg area.