Files
ladybird/Libraries/LibWeb/CSS/StyleComputer.cpp
Callum Law 9195f26003 LibWeb: Immediately compute property values in compute_properties
We can avoid some overhead by computing the values immediately instead
of setting them within `ComputedProperties` and then calling
`compute_property_values`
2026-02-13 21:54:06 +01:00

147 KiB