openpencil/tests/engine/render/jsx
Danila Poyarkov 6954ff3ce7 refactor(jsx): replace hand-rolled Tailwind mapping with twirlwind
- Use twirlwind for CSS-to-Tailwind class conversion instead of
  450 lines of manual lookup tables and formatting functions
- Build a CSS style object from scene node properties, pass to twirl()
- Remove design-jsx/tailwind.ts (pxToSpacing, colorToTwClass, etc.)
- Remove unused Tailwind-specific helpers from jsx/helpers.ts
- Update tests for twirlwind's v4-native output format
2026-05-17 00:54:53 +03:00
..
builders.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
export.test.ts test: organize prefixed test files into folders 2026-05-06 02:13:18 +03:00
grid-layout.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
render-tree.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
tailwind.test.ts refactor(jsx): replace hand-rolled Tailwind mapping with twirlwind 2026-05-17 00:54:53 +03:00
text-props.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00