We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e0c6 commit 2b9e9e6Copy full SHA for 2b9e9e6
public/index.html
@@ -19,6 +19,6 @@
19
<body>
20
<div id="app"></div>
21
<!-- IE11 CSS variables polyfill -->
22
- <script>window.MSInputMethodContext && document.documentMode && document.write('<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/css-vars-ponyfill.min.js"><\x2fscript>')</script>
+ <script>window.MSInputMethodContext && document.documentMode && document.write('<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/css-vars-ponyfill.min.js"><\x2fscript>'); window.cssVars && window.cssVars();</script>
23
</body>
24
</html>
0 commit comments