Skip to content

Commit

Permalink
Make Css_types.Length support Var.t (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
frekw authored Feb 26, 2025
1 parent 578cbb9 commit 94a3da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/native/shared/Css_types.ml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ module Length = struct
| `pt of int
| `zero
| Percentage.t
| Var.t
]

type calc_value =
Expand Down

0 comments on commit 94a3da3

Please sign in to comment.