fix(transform-rtl): preserve quotes in transformed className literals (#10495)

* fix(transform-rtl): preserve string literal escapes

* chore(changeset): add rtl quote preservation note

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Artyom Konoplyov
2026-05-27 20:29:44 +02:00
committed by GitHub
parent e2fa0101e3
commit 360e8a19c3
3 changed files with 51 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
Preserve quotes in className literals when applying RTL transforms.