mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibWeb: Add parsing for flex-wrap property
This commit is contained in:
parent
72d5394b8c
commit
e6545d5259
7 changed files with 38 additions and 0 deletions
|
@ -80,6 +80,12 @@ enum class FlexDirection {
|
|||
ColumnReverse,
|
||||
};
|
||||
|
||||
enum class FlexWrap {
|
||||
Nowrap,
|
||||
Wrap,
|
||||
WrapReverse
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
Normal,
|
||||
Pre,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue