File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > 🌘 CSS Scope Inline Test Page</ title >
5
5
<!-- ... 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. */
7
7
< style >
8
8
* , * ::before , * ::after { margin : 0 ; box-sizing : border-box; } /* Reset */
9
9
html {
58
58
< h1 > 🛸 Scoped style using .me</ h1 >
59
59
< ol >
60
60
< 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
63
63
< li > ⚡ Use live editing in the browser inspector to speed up your workflow, again!
64
64
</ ol >
65
65
</ div >
You can’t perform that action at this time.
0 commit comments