mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Add support for justify-items property in CSS parser
This commit is contained in:
parent
e86d7cab06
commit
f060f89220
8 changed files with 40 additions and 0 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
Optional<CSS::Visibility> visibility() const;
|
||||
Optional<CSS::ImageRendering> image_rendering() const;
|
||||
Optional<CSS::JustifyContent> justify_content() const;
|
||||
Optional<CSS::JustifyItems> justify_items() const;
|
||||
Optional<CSS::JustifySelf> justify_self() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
Optional<CSS::Overflow> overflow_y() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue