josefaidt / svelte-themer

A theming engine for your Svelte apps using CSS Variables, persisted.
https://svelte-themer.vercel.app/
MIT License
140 stars 14 forks source link

IE11 support? #24

Closed MoritzStefaner closed 3 years ago

MoritzStefaner commented 3 years ago

Hi,

this looks great — do you know if it could work in IE11? https://svelte-themer.now.sh/ does not seem to work out of the box, but are you aware if any of the polyfills mentioned here: https://stackoverflow.com/questions/46429937/ie11-does-a-polyfill-script-exist-for-css-variables could make it work?

Thanks!

josefaidt commented 3 years ago

Hi @MoritzStefaner ! Thanks for filing an issue! I'll start taking a look at this

MoritzStefaner commented 3 years ago

Thanks!

MoritzStefaner commented 3 years ago

Hooray! Thank you!