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 c4dd968 commit 0c07403Copy full SHA for 0c07403
demos/linear-progress/index.html
@@ -30,7 +30,7 @@
30
<link rel="preload" href="../shared/shared.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
31
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" as="style" onload="this.onload=null;this.rel='stylesheet'">
32
<link rel="preload" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" as="style" onload="this.onload=null;this.rel='stylesheet'">
33
- <script nomodlue src="../shared/ie-style-transform.js"></script>
+ <script nomodule src="../shared/ie-style-transform.js"></script>
34
<style>
35
mwc-linear-progress {
36
width: 50%;
0 commit comments