From 107998a3a53c1f4c008837a0099fd22bddfb1802 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 4 Mar 2025 00:01:42 +0100 Subject: feat: impl `Value` for `LineHeight` and `ContentFit` (all done) --- src/values.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/values.rs') diff --git a/src/values.rs b/src/values.rs index a788dab..6033d00 100644 --- a/src/values.rs +++ b/src/values.rs @@ -1,5 +1,7 @@ mod alignment; +mod content_fit; mod length; +mod line_height; mod padding; mod pixels; mod rotation; -- cgit v1.2.3