mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Parse the CSS "flex-direction" property
This commit is contained in:
@@ -93,6 +93,13 @@ enum class Display {
|
||||
Flex,
|
||||
};
|
||||
|
||||
enum class FlexDirection {
|
||||
Row,
|
||||
RowReverse,
|
||||
Column,
|
||||
ColumnReverse,
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
Normal,
|
||||
Pre,
|
||||
|
||||
Reference in New Issue
Block a user