Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 322 Bytes

File metadata and controls

6 lines (5 loc) · 322 Bytes

Note

Codegen being in its own crate works around build.rs building leptos with the wrong cfg flags. And then trying to reuse that wrongly built dependency for the real binary causing linking errors.

Demo codgen

  • Generates .tailwind containing all the leptodon source code for tailwind's class generation.