We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac00b57 commit 620e306Copy full SHA for 620e306
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?new=1"></script> /* You can remove "?new=1" for refreshing CDN cache. */
+ <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. -->
7
<style>
8
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
9
html {
0 commit comments