We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f97e8 commit a85531dCopy full SHA for a85531d
example.html
@@ -2,8 +2,9 @@
2
<html>
3
<head>
4
<title>🌘 CSS Scope Inline Test Page</title>
5
- <script src="/script.js"></script>
6
- <meta http-equiv="cache-control" content="no-cache" >
+ <!-- ... or add as inline <script> ! -->
+ <script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js"></script>
7
+ <meta http-equiv="cache-control" content="no-cache">
8
<style>
9
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
10
html {
0 commit comments