The box-flex-group property is not supported in any of the major browsers.
The box-flex-group property is used to assign flexible elements to flex groups.
Tip: Elements that are flexible can shrink or grow as the box shrinks and grows.
Default value: | 1 |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.boxFlexGroup=2 |
box-flex-group: integer; |
Value | Description |
---|---|
integer | An integer (the first flex group is 1 and higher values are later flex groups) |