mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Move PositionValue into its own files
It's in Position.{h,cpp} because it represents a <position> in CSS, even though it's currently named PositionValue to avoid collisions.
This commit is contained in:
parent
bcebca62d3
commit
d64ddeaec4
Notes:
sideshowbarker
2024-07-16 23:52:22 +09:00
Author: https://github.com/AtkinsSJ
Commit: d64ddeaec4
Pull-request: https://github.com/SerenityOS/serenity/pull/18104
8 changed files with 165 additions and 133 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <LibWeb/CSS/Parser/Rule.h>
|
||||
#include <LibWeb/CSS/Parser/TokenStream.h>
|
||||
#include <LibWeb/CSS/Parser/Tokenizer.h>
|
||||
#include <LibWeb/CSS/Position.h>
|
||||
#include <LibWeb/CSS/PropertyID.h>
|
||||
#include <LibWeb/CSS/Ratio.h>
|
||||
#include <LibWeb/CSS/Selector.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue