danielabar / can-rrsp-cashout

Calculator for low income Canadians approaching retirement age to determine if they should cash our their RRSP
https://rrspgiscalculator.site
MIT License
2 stars 1 forks source link

IE 11 various issues #22

Open danielabar opened 5 years ago

danielabar commented 5 years ago

Polyfill for css custom properties https://jhildenbiddle.github.io/css-vars-ponyfill/#/?id=installation https://stackoverflow.com/questions/46429913/css-custom-properties-polyfill-for-ie11

create-react-app polyfill needs to be loaded after App in src/index.js https://github.com/facebook/create-react-app/issues/6924#issuecomment-487313185

nuxodin commented 4 years ago

Or try this css vars polyfill: https://github.com/nuxodin/ie11CustomProperties

danielabar commented 4 years ago

Thanks for the link, will check it out when I start working on this.

Had some questions how to use it after going over readme - does it need npm install? How does it integrate into a react/webpack project (scaffolded with create-react-app)?