CSS box-flex-group Property Reference

The CSS box-flex-group property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS box-flex-group Property Reference

The CSS box-flex-group property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

box-flex-group overview

The CSS box-flex-group property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

box-flex-group formal syntax
FieldValue
Formal syntax<integer>
Initial value1
Applies toinFlowChildrenOfBoxElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set box-flex-group. The initial and inherit global keywords remain available even when a property-specific value is preferable.

box-flex-group live example
CSS .reset-example { box-flex-group: initial; } .inherit-example { box-flex-group: inherit; } @supports (box-flex-group: initial) { .supported { box-flex-group: initial; } }

Description

The CSS box-flex-group property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: box-flex-group
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies