We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee4d87 commit ac00b57Copy full SHA for ac00b57
example.html
@@ -3,7 +3,7 @@
3
<head>
4
<title>🌘 CSS Scope Inline Test Page</title>
5
<!-- ... or add as inline <script> ! -->
6
- <script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js"></script>
+ <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. */
7
<style>
8
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
9
html {
@@ -58,8 +58,8 @@
58
<h1>🛸 Scoped style using .me</h1>
59
<ol>
60
<li>Use modern <span>Nested CSS</span>
61
- <li n1>👽 Using .this
62
- <li n2>💀 Using .self
+ <li n1>👽 Using this
+ <li n2>💀 Using self
63
<li>⚡ Use live editing in the browser inspector to speed up your workflow, again!
64
</ol>
65
</div>
0 commit comments