mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add parsing for the justify-content property
This commit is contained in:
committed by
Ali Mohammad Pur
parent
fb66feef5e
commit
80a44c3891
@@ -195,6 +195,14 @@ enum class Repeat : u8 {
|
||||
Space,
|
||||
};
|
||||
|
||||
enum class JustifyContent {
|
||||
FlexStart,
|
||||
FlexEnd,
|
||||
Center,
|
||||
SpaceBetween,
|
||||
SpaceAround,
|
||||
};
|
||||
|
||||
class StyleValue : public RefCounted<StyleValue> {
|
||||
public:
|
||||
virtual ~StyleValue();
|
||||
|
||||
Reference in New Issue
Block a user