1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:05:07 +00:00

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

This commit is contained in:
Sam Atkins 2023-03-25 00:12:21 +00:00 committed by Linus Groh
parent 3a2de67c7b
commit 4c54c5d3dd
12 changed files with 102 additions and 63 deletions

View file

@ -8,6 +8,7 @@
*/
#include "BackgroundStyleValue.h"
#include <LibWeb/CSS/StyleValues/StyleValueList.h>
namespace Web::CSS {