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
parent 66bc816284
commit 77b2826402
13 changed files with 89 additions and 47 deletions

View File

@@ -5,6 +5,7 @@
*/
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
#include <LibWeb/HTML/HTMLMarqueeElement.h>
namespace Web::HTML {