File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,14 @@ <h2>Responsive Design 🔛 Resize the window!</h2>
141
141
< h2 > HTMX Test</ h2 >
142
142
< script src ="https://unpkg.com/htmx.org@1.9.5 "> </ script >
143
143
< div > Swapped DOM elements are styled instantly when they arrive.</ div >
144
- < button garlic hx-get ="/example.html " hx-select ="button[garlic] " hx-swap ="afterend ">
144
+ < button garlic hx-get ="https://gnat.github.io/css-scope-inline /example.html " hx-select ="button[garlic] " hx-swap ="afterend ">
145
145
< style >
146
146
.me { margin : 4px ; padding : 2px ; min-width : 100px ; background : hsl (264 80% 47% ); border-bottom : 0.5rem solid hsl (264 80% 20% ); }
147
147
.me : hover { background : hsl (264 80% 60% ); }
148
148
</ style >
149
149
🧄
150
150
</ button >
151
- < button vampire hx-get ="/example.html " hx-select ="button[vampire] " hx-swap ="afterend ">
151
+ < button vampire hx-get ="https://gnat.github.io/css-scope-inline /example.html " hx-select ="button[vampire] " hx-swap ="afterend ">
152
152
< style >
153
153
.me { margin : 4px ; padding : 2px ; min-width : 100px ; background : hsl (150 80% 47% ); border-bottom : 0.5rem solid hsl (150 80% 28% ); }
154
154
.me : hover { background : hsl (150 80% 60% ); }
You can’t perform that action at this time.
0 commit comments