WP Rig uses CSS grid for global two-dimensional layouts. While grid
has widespread support in modern browsers, some older browsers, in particular IE 11, 10, and older do not support the current specification.
If support for layouts in older browsers is needed, the recommendation is to create graceful degradation fallbacks to flex
. Below you will find some resources on creating such fallbacks:
- CSS Grid Fallbacks and Overrides (Rachel Andrew)
- CSS Grid Layout and Progressive Enhancement (MDN)
- Basic grid layout with fallbacks using feature queries (Chen Hui Jing)