mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Split BorderStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
9d5296889f
commit
1c03bc7a6f
Notes:
sideshowbarker
2024-07-16 22:24:17 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1c03bc7a6f
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 84 additions and 42 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <LibWeb/CSS/StyleComputer.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundRepeatStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BorderStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
#include <LibWeb/Layout/Viewport.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue