1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:47:35 +00:00

LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}

This commit is contained in:
Sam Atkins 2023-03-30 17:34:14 +01:00 committed by Andreas Kling
parent 0c14103025
commit 1280d70d74
9 changed files with 1001 additions and 968 deletions

View file

@ -11,7 +11,7 @@
#include <LibWeb/CSS/Frequency.h>
#include <LibWeb/CSS/Length.h>
#include <LibWeb/CSS/Percentage.h>
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/CSS/StyleValues/CalculatedStyleValue.h>
#include <LibWeb/CSS/Time.h>
namespace Web::CSS {