We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f7d80 + 44cb7ed commit e3d5b30Copy full SHA for e3d5b30
1 file changed
packages/uikit-workshop/src/html/index.html
@@ -35,6 +35,7 @@
35
<script
36
src="styleguide/js/patternlab-viewer.modern.js"
37
type="module"
38
+ crossorigin
39
></script>
40
<script>
41
// https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc
@@ -61,7 +62,12 @@
61
62
}
63
})();
64
</script>
- <script src="styleguide/js/patternlab-viewer.js" defer nomodule></script>
65
+ <script
66
+ src="styleguide/js/patternlab-viewer.js"
67
+ defer
68
+ nomodule
69
70
+ ></script>
71
72
73
// Check that service workers are registered
0 commit comments