mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Parse flex-basis
Flex-basis accepts either 'content' or a Length.
This commit is contained in:
committed by
Ali Mohammad Pur
parent
27704f5f9e
commit
ae3e6510d6
@@ -86,6 +86,11 @@ enum class FlexWrap {
|
||||
WrapReverse
|
||||
};
|
||||
|
||||
enum class FlexBasis {
|
||||
Content,
|
||||
Length
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
Normal,
|
||||
Pre,
|
||||
|
||||
Reference in New Issue
Block a user