Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a249ff2
fix: floem from crates
elcoosp Apr 24, 2026
efe3978
fix: lock
elcoosp Apr 24, 2026
47c33db
fix: lock
elcoosp Apr 24, 2026
b757a69
fix: version
elcoosp Apr 24, 2026
dc0f66f
fix: adapt to floem git head – final corrections
elcoosp Apr 24, 2026
475e292
fix: rm rev
elcoosp Apr 25, 2026
ade27db
fix: replace deprecated floem API calls in demo
elcoosp Apr 25, 2026
ab9fa98
feat: add tailwind flexbox, layout & interactivity utilities
elcoosp Apr 25, 2026
cda6723
feat: complete color palette support for all 22 tailwind families
elcoosp Apr 25, 2026
f265b32
fix: use correct col_gap/row_gap methods in gap utilities
elcoosp Apr 25, 2026
76797b7
feat: add tailwind opacity utilities
elcoosp Apr 25, 2026
6dbab03
feat: add per-side border width utilities (t,r,b,l,x,y)
elcoosp Apr 25, 2026
cb46fab
feat: add white, black, transparent color utilities
elcoosp Apr 25, 2026
8970ff8
chore: remove broken font_weight module
elcoosp Apr 25, 2026
fb7da34
feat: add tailwind inset utilities (0-96 scale)
elcoosp Apr 25, 2026
ca2c70b
feat: add full basis scale to flexbox
elcoosp Apr 25, 2026
76ed10f
feat: add min-height and max-height utilities
elcoosp Apr 25, 2026
72fa490
feat: add numeric font-size utilities (12-96)
elcoosp Apr 25, 2026
230c3c1
refactor: clean up unnecessary mut self in new modules
elcoosp Apr 25, 2026
743498d
fix: correct inset module and update integration tests
elcoosp Apr 25, 2026
ee97035
fix: clean up utilities test file and finalize
elcoosp Apr 25, 2026
931c5e4
fix: clean up test file syntax
elcoosp Apr 25, 2026
5b2d0df
docs: add comprehensive README for floem-tailwind
elcoosp Apr 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
wr.sh
3 changes: 3 additions & 0 deletions .patch-ts/history.jsonl

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .patch-ts/provenance.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{"timestamp":"2026-04-25T10:05:58.683137+00:00","tool":"patch-ts","agent":null,"model":null,"file":"src/lib.rs","operation":"patch","validation_results":{"compile":true,"syntax":true}}
{"timestamp":"2026-04-25T10:23:26.956928+00:00","tool":"patch-ts","agent":null,"model":null,"file":"src/lib.rs","operation":"patch","validation_results":{"compile":true,"syntax":true}}
{"timestamp":"2026-04-25T10:23:27.387947+00:00","tool":"patch-ts","agent":null,"model":null,"file":"src/lib.rs","operation":"patch","validation_results":{"compile":true,"syntax":true}}
Loading