mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
66bc816284
commit
77b2826402
13 changed files with 89 additions and 47 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
|
||||
#include <LibWeb/HTML/HTMLMarqueeElement.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue