Y
Hacker News
new
|
ask
|
show
|
jobs
by
potch
3281 days ago
IE 10 and 11 support an earlier revision of CSS Grid via -ms-grid (old enough to still have prefixes!). You may be able to polyfill the basic support that way.
1 comments
lstamour
3281 days ago
Note though, it’s a very different grid (syntax/properties evolved):
https://rachelandrew.co.uk/archives/2016/11/26/should-i-try-...
link