mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add parsing for flex-wrap property
This commit is contained in:
committed by
Ali Mohammad Pur
parent
72d5394b8c
commit
e6545d5259
@@ -80,6 +80,12 @@ enum class FlexDirection {
|
||||
ColumnReverse,
|
||||
};
|
||||
|
||||
enum class FlexWrap {
|
||||
Nowrap,
|
||||
Wrap,
|
||||
WrapReverse
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
Normal,
|
||||
Pre,
|
||||
|
||||
Reference in New Issue
Block a user