Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 887 Bytes

css-grid.md

File metadata and controls

9 lines (6 loc) · 887 Bytes

CSS Grid fallbacks for legacy browsers

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: