Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.3.1 converts every size value in css to rem #1435

Closed
Xenossolitarius opened this issue Jan 21, 2025 · 2 comments · Fixed by #1436
Closed

Version 4.3.1 converts every size value in css to rem #1435

Xenossolitarius opened this issue Jan 21, 2025 · 2 comments · Fixed by #1436
Labels

Comments

@Xenossolitarius
Copy link

Image
I am using @tokens-studio/sd-transforms to create a custom tailwind css file
On updating to version 4.3.1 the rem conversions targets all my size values

@jorenbroekema
Copy link
Collaborator

Confirmed, regression added by changing the regex 1684a8e#diff-a910c29ae52c0bba61129dd0dc3a9a3fee3293e35c3ecb177ec257e65119832cR832

I didn't notice the ^ during review, and there's no test that verifies that values with a unit don't get rem-ified.

Creating a fix asap

@jorenbroekema
Copy link
Collaborator

#1436 will close this issue when released, thanks for reporting it so fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants