mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
LibWeb: Add proper parsing of the AlignItems property
This teaches all the relevant places about 'align-items'.
This commit is contained in:
parent
51b42e0463
commit
307f90b675
5 changed files with 37 additions and 0 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
Optional<CSS::FlexBasisData> flex_basis() const;
|
||||
Optional<float> flex_grow_factor() const;
|
||||
Optional<float> flex_shrink_factor() const;
|
||||
Optional<CSS::AlignItems> align_items() const;
|
||||
Optional<float> opacity() const;
|
||||
Optional<CSS::JustifyContent> justify_content() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue