mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
36c5afdfb2
commit
777d3e73f9
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/AtkinsSJ
Commit: 777d3e73f9
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
7 changed files with 74 additions and 25 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <LibWeb/CSS/Parser/Rule.h>
|
||||
#include <LibWeb/CSS/Selector.h>
|
||||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/AngleStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/Infra/Strings.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue