Skip to content

Commit 620e306

Browse files
authored
Update example.html
1 parent ac00b57 commit 620e306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>🌘 CSS Scope Inline Test Page</title>
55
<!-- ... or add as inline <script> ! -->
6-
<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js?new=1"></script> /* You can remove "?new=1" for refreshing CDN cache. */
6+
<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js?new=2"></script> <!-- You can remove "?new=2" for refreshing CDN cache. -->
77
<style>
88
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
99
html {

0 commit comments

Comments
 (0)