Skip to content

Commit ac00b57

Browse files
authored
Update example.html
1 parent 3ee4d87 commit ac00b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example.html

+3-3
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"></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. */
77
<style>
88
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
99
html {
@@ -58,8 +58,8 @@
5858
<h1>🛸 Scoped style using .me</h1>
5959
<ol>
6060
<li>Use modern <span>Nested CSS</span>
61-
<li n1>👽 Using .this
62-
<li n2>💀 Using .self
61+
<li n1>👽 Using this
62+
<li n2>💀 Using self
6363
<li>⚡ Use live editing in the browser inspector to speed up your workflow, again!
6464
</ol>
6565
</div>

0 commit comments

Comments
 (0)