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

This commit is contained in:
Sam Atkins 2023-03-23 21:12:15 +00:00 committed by Linus Groh
commit 77b2826402
Notes: sideshowbarker 2024-07-17 06:29:49 +09:00
13 changed files with 89 additions and 47 deletions

View file

@ -6,6 +6,7 @@
#include <LibWeb/CSS/StyleProperties.h>
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/HTML/HTMLBodyElement.h>
#include <LibWeb/HTML/Window.h>