mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Support flexbox shorthand properties
Support the `flex` and `flex-flow` shorthand properties in servo. Currently they are marked as experimental, so they are added to '__dir__.ini'. Thanks SimonSapin and jdm for help :)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
prefs: ["layout.flex.enabled:true",
|
||||
"layout.flex-flow.enabled:true",
|
||||
"layout.flex-direction.enabled:true",
|
||||
"layout.flex-wrap.enabled:true",
|
||||
"layout.flex-grow.enabled:true",
|
||||
|
||||
Reference in New Issue
Block a user