mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:57:34 +00:00
LibWeb: Replace PlaceContentStyleValue with ShorthandStyleValue
This commit is contained in:
parent
6758decc74
commit
1b0939b418
10 changed files with 13 additions and 78 deletions
|
@ -113,7 +113,6 @@ using StyleValueVector = Vector<ValueComparingNonnullRefPtr<StyleValue const>>;
|
|||
__ENUMERATE_STYLE_VALUE_TYPE(Number, number) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Overflow, overflow) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Percentage, percentage) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(PlaceContent, place_content) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(PlaceItems, place_items) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(PlaceSelf, place_self) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Position, position) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue