We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a8ecf commit 756c1e1Copy full SHA for 756c1e1
docs/1-trial-session/03-css/index.mdx
@@ -133,7 +133,7 @@ HTMLファイルとCSSファイルを分けて作成する場合、`style`属性
133
"/style.css": yellowHelloCssCss,
134
}}
135
options={{
136
- activeFile: "/index.html",
+ activeFile: "/style.css",
137
138
/>
139
</Answer>
@@ -199,7 +199,7 @@ HTMLファイルとCSSファイルを分けて作成する場合、`style`属性
199
"/style.css": fooCss,
200
201
202
203
204
205
docs/1-trial-session/10-loop/index.mdx
@@ -64,6 +64,7 @@ while (i <= 10) {
64
}
65
document.write(sum);
66
```
67
+<ViewSource url={import.meta.url} path="_samples/answer-while" />
68
69
70
0 commit comments