Ask HN: Do you provide fallbacks for CSS Grid?
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.
Are other frontend dev's doing the same, or just letting old browsers die ungracefully?
No comments yet.