mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move CSS flex-direction property from Flex to Position and delete Flex
This commit is contained in:
parent
aae8919da4
commit
bbc5c51be8
3 changed files with 3 additions and 8 deletions
|
@ -4860,7 +4860,7 @@ pub mod longhands {
|
|||
// CSS Flexible Box Layout Module Level 1
|
||||
// http://www.w3.org/TR/css3-flexbox/
|
||||
|
||||
${new_style_struct("Flex", is_inherited=False)}
|
||||
${switch_to_style_struct("Position")}
|
||||
|
||||
// Flex container properties
|
||||
${single_keyword("flex-direction", "row row-reverse column column-reverse", experimental=True)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue