Re: [csswg-drafts] CSS Grid properties, Not working on IE11.

@adsingh14 As [https://caniuse.com/#search=grid](https://caniuse.com/#search=grid) shows, ie11 uses an older version of the spec. Through that link, you should be able to find the relevant information to alter your code by hand with fallbacks. But, I'd recommend using [autoprefixer](https://github.com/postcss/autoprefixer), which you can also enable in the css settings of your codepen to see if that suits you.

-- 
GitHub Notification of comment by jonjohnjohnson
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2489#issuecomment-377610533 using your GitHub account

Received on Friday, 30 March 2018 20:05:46 UTC