LibWeb: Parse the CSS "flex-direction" property

This commit is contained in:
Andreas Kling 2021-01-18 17:41:57 +01:00
commit 149f10b0b9
Notes: sideshowbarker 2024-07-18 23:07:07 +09:00
7 changed files with 43 additions and 0 deletions

View file

@ -69,6 +69,7 @@ public:
Optional<CSS::TextDecorationLine> text_decoration_line() const;
Optional<CSS::TextTransform> text_transform() const;
Optional<CSS::ListStyleType> list_style_type() const;
Optional<CSS::FlexDirection> flex_direction() const;
const Gfx::Font& font() const
{