mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Calc simplification eventually produces a single style-value as its output. This extra context data will let us know whether a calculated number should be treated as a `<number>` or an `<integer>`, so that for example, `z-index: 12` and `z-index: calc(12)` both produce an `IntegerStyleValue` containing 12.
35 KiB
35 KiB