mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-05 18:58:33 +00:00
This solves the longhands must be initialized before shorthands problem by just initializing the value when it is first requested. This will be needed for background-position-x/y which is a longhand of a longhand, which otherwise breaks the longhands before shorthands rule.