LibWeb: Reduce recompilation from editing CascadedProperties.h

This reduces the recompilation of editing `Properties.json` from ~1429
to ~158
This commit is contained in:
Callum Law 2026-02-19 18:47:08 +13:00 committed by Sam Atkins
parent f0434655f9
commit b8f2989ccb
Notes: github-actions[bot] 2026-02-19 11:28:22 +00:00
35 changed files with 33 additions and 2 deletions

View file

@ -6,6 +6,7 @@
#include <LibWeb/Bindings/HTMLTableRowElementPrototype.h>
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/CSS/CascadedProperties.h>
#include <LibWeb/CSS/ComputedProperties.h>
#include <LibWeb/CSS/Parser/Parser.h>
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>