mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 14:28:49 +00:00
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
This commit is contained in:
parent
3a2de67c7b
commit
4c54c5d3dd
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/AtkinsSJ
Commit: 4c54c5d3dd
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
12 changed files with 102 additions and 63 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/NumericStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/OverflowStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/StyleValueList.h>
|
||||
#include <LibWeb/CSS/StyleValues/TextDecorationStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/UnresolvedStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue