mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibWeb: Parse the CSS align-content property
This commit is contained in:
parent
b062a0fb7c
commit
f8a2c0586a
6 changed files with 30 additions and 0 deletions
|
@ -68,6 +68,7 @@ public:
|
|||
float flex_grow() const;
|
||||
float flex_shrink() const;
|
||||
int order() const;
|
||||
Optional<CSS::AlignContent> align_content() const;
|
||||
Optional<CSS::AlignItems> align_items() const;
|
||||
Optional<CSS::AlignSelf> align_self() const;
|
||||
Optional<CSS::Appearance> appearance() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue