mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-19 17:49:04 +00:00
As noted, we should probably handle calc() parsing as part of parsing other values. eg, any `<length>` can be a `calc()` that returns a length, but we currently have to manually handle that everywhere that doesn't use the `Parser::parse_css_value(ComponentValue)` method.