CSSJanus is treating box shadows as four-part rules like paddings or borders - where there be pixel values for top, right, bottom, left. But though box shadows can have four parts, the pixel values there refer to x-offset, y-offset, blur radius, and thickness.
CSSJanus normally swaps the left and right values, but with a box shadow it winds up swapping the y-offset and thickness, which isn't helpful. What it should be doing instead here is apparently just flipping the sign on the x-offset.
Version: 1.18.x
Severity: enhancement