radians rewritten to degrees without converting #19619
Labels
bug
Something isn't working
confirmed bug
We can reproduce this issue
css
CSS parser, bundler-related
What version of Bun is running?
1.2.13+64ed68c9e
What platform is your computer?
Darwin 24.4.0 arm64 arm
What steps can reproduce the bug?
Create a CSS file containing radians, e.g.:
Build it:
bun build bun.css
What is the expected behavior?
The amount
1rad
should be passed through unmodified (or perhaps converted to degrees, but that would be imprecise and result in more characters)What do you see instead?
1rad
is rewritten to1deg
, which is not the same value (a radian is around 57 degrees):Additional information
No response
The text was updated successfully, but these errors were encountered: