Support for CSS grid is good (https://caniuse.com/?search=grid) and is my goto layout method - but I still tend to code fallbacks for older browsers ( basically IE11 still lurking!. That CSS code tends to be ugly and tedious - most times using CSS columns when appropriate.<p>Are other frontend dev's doing the same, or just letting old browsers die ungracefully?